How to create a class library in VB.NET?

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
 
A

Armin Zingler

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top