Home All Groups Group Topic Archive Search About

Creating dlls in VB.Net

Author
8 Apr 2005 6:48 AM
Jon Masterson
Hi All
I am using VB.Net 2003 standard edition and would like to put my common
library into a dll.  Reading some books on the subject this seems possible
but it looks like the option does not exist in the standard edition - is
that correct or am I just missing the obvious?

thanks in advance

Jon

Author
8 Apr 2005 8:59 AM
Herfried K. Wagner [MVP]
"Jon Masterson" <n***@scruffyduck.co.uk> schrieb:
> I am using VB.Net 2003 standard edition and would like to put my common
> library into a dll.  Reading some books on the subject this seems possible
> but it looks like the option does not exist in the standard edition - is
> that correct or am I just missing the obvious?

Creating class libraries with the Standard edition of Visual Basic .NET
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=standardclasslibraries&lang=en>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
8 Apr 2005 11:50 AM
Jon Masterson
Thank you !