How can i create a DLL from a MODULE in VB.NET
-
Hi all, I'm a beginner in web-application with .NET but i'm not familiar with VB.NET. ....I have created a MODULE in my Web-Application and i have some functions in it. But for some reasons i want to convert this module to DLL or something like this. Now How can i create a DLL from a module and call its functions from code-behind. Please Help me.if possible please show me an article about this topic on the web. Best Regards.
-
Hi all, I'm a beginner in web-application with .NET but i'm not familiar with VB.NET. ....I have created a MODULE in my Web-Application and i have some functions in it. But for some reasons i want to convert this module to DLL or something like this. Now How can i create a DLL from a module and call its functions from code-behind. Please Help me.if possible please show me an article about this topic on the web. Best Regards.
Hi, For this you need to open a new project of Class Library and copy the Methods from the module and place it in this. And complie this solution,it will create a .DLL file then you can add it into refrences of your project and then call the methods. regards, Sukesh. Sukesh.g