|
-
Dec 10th, 2003, 04:49 PM
#1
Thread Starter
Hyperactive Member
compile dll
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
-
Dec 10th, 2003, 05:31 PM
#2
Frenzied Member
Project>"ProjectName" Properties> Under Output Type, Select Class Library
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Dec 11th, 2003, 05:59 AM
#3
Junior Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|