dll
-
hi all can u plz help me in creating dll. i have a web application and i have written all my functions and methods in business layer class.now i want to make this class as dll. how can i do this??? thanks in advance.
siri
-
hi all can u plz help me in creating dll. i have a web application and i have written all my functions and methods in business layer class.now i want to make this class as dll. how can i do this??? thanks in advance.
siri
If your business classes is in a class library project, DLLs will be created automatically when application is build. If your business classes are in
app_code
directory or inside website, use Publish website option which will create dlls.All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
hi all can u plz help me in creating dll. i have a web application and i have written all my functions and methods in business layer class.now i want to make this class as dll. how can i do this??? thanks in advance.
siri
-
hi all can u plz help me in creating dll. i have a web application and i have written all my functions and methods in business layer class.now i want to make this class as dll. how can i do this??? thanks in advance.
siri
sirisha guttikonda wrote:
i have a web application and i have written all my functions and methods in business layer class.now i want to make this class as dll.
Use ClassLibrary. when they build, it will create the Dll. you can access them using NameSpace !!!
Best Regards ----------------- Abhijit Jana View My Latest Article :- SpyNet : Your Network Spy "Success is Journey it's not a destination"