Please let me knwo how do we compile a dll in ASP.NET/VB.net
I do not see in the file menu (like VB6) any options to create .exe or dll
Printable View
Please let me knwo how do we compile a dll in ASP.NET/VB.net
I do not see in the file menu (like VB6) any options to create .exe or dll
Project>"ProjectName" Properties> Under Output Type, Select Class Library
If you don't have visual studio professional edition or higher, maybe you can try like this :
at command prompt : vbc /t:library /out:directoryname /whatever.dll whatever.vb