|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi Guys,
I've created a class using vb .net . How can I compile it so that it will become a dll, i can use it in my other solutions. |
|
#2
|
|||
|
|||
|
if you made it in vs.net just go to project->build. if not you can compile from command line, check msdn for "clr command line compiler"
|
|
#3
|
|||
|
|||
|
make sure your project is a libarary project..not a cmd project in which case it will build an exe file. .
if u made an exe project then change it in project property or sln property (i can't remember which)
__________________
Regards, James Yang .NET Developer / Network Engineer MCSE, MCDBA, MCSA, CCNA http://www.yellowpin.com/ http://www.opentechsupport.com/ |
|
#4
|
|||
|
|||
|
Thanks guys, I was able to create a class dll and used it on my different solutions in vs .net.
Clifford |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > class in vb .net |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|