How to create a class library in VB.NET?

  • Thread starter Thread starter Jos
  • Start date Start date
J

Jos

Maybe this subject is off-topic in this newsgroup, but I can't find
a group about Visual Basic Standard Edition.

My training book instructs me to create a new class library inside
my solution (in order to create a remoting object).

But in Visual Basic Standard Edition, there is no "Class Library"
template (only 4 templates are there: Windows Application,
ASP.NET Web Application, ASP.NET Web Service, and
Console Application).

Is this a limitation of the Standard Edition, or did I miss something?

I can't find anything on Google either.

Jos
 
Jos said:
Maybe this subject is off-topic in this newsgroup, but I can't
find a group about Visual Basic Standard Edition.

My training book instructs me to create a new class library inside
my solution (in order to create a remoting object).

But in Visual Basic Standard Edition, there is no "Class Library"
template (only 4 templates are there: Windows Application,
ASP.NET Web Application, ASP.NET Web Service, and
Console Application).

Is this a limitation of the Standard Edition, or did I miss
something?

Yes, the Classlibrary temlate is not part of the Standard Edition.
I can't find anything on Google either.

Maybe these result have a "work-around":

http://groups.google.com/groups?sco...)++group:microsoft.public.dotnet.languages.vb
 
Back
Top