Results 1 to 3 of 3

Thread: compile dll

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    320

    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

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    Project>"ProjectName" Properties> Under Output Type, Select Class Library
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  3. #3
    Junior Member
    Join Date
    Oct 2003
    Location
    Earth
    Posts
    23
    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
  •  



Click Here to Expand Forum to Full Width