How to Create Assembly?

  • Thread starter Thread starter Reddy
  • Start date Start date
R

Reddy

Hi,

I am a newbie to VB.NET.
I want to create an assembly in VB.Net using Visual Studio.Net 2003, which
will be used in web, mobile web as well as windows applications.
There are several types of projects in VB.Net in Visual Studio.Net 2003.
Which project type I need to choose?

Can anyone please help.

Thanks in advance,

Srinivas
 
Hi Reddy,
I am a newbie to VB.NET.
I want to create an assembly in VB.Net using Visual Studio.Net 2003, which
will be used in web, mobile web as well as windows applications.
There are several types of projects in VB.Net in Visual Studio.Net 2003.
Which project type I need to choose?
I am not sure, but the most this sounds for webservice

Cor
 
It cant be hard if you allready know VB6... it's almost the same

I guess you want to build a dll assambly..so if that assambly have interface
choose UserControl, if not, a simple class should be fine
 
* "Reddy said:
I am a newbie to VB.NET.
I want to create an assembly in VB.Net using Visual Studio.Net 2003, which
will be used in web, mobile web as well as windows applications.
There are several types of projects in VB.Net in Visual Studio.Net 2003.
Which project type I need to choose?

Webservice.
 
Thanks everybody for immediate replies.

If I choose the project type "Class Library" will that be o.k

Regards,

Srinivasa
 
Hi Srinivasa,

It does depend what this assembly of yours is going to do.

But, yes, a Class Library is fine - it is useable in projects of any type.

Regards,
Fergus
 
Back
Top