Visual Studio 2003 and Net Framework 2.0

J

jigar.mail

Hi,

I am wondering that will above mentioned combination can be used to
develop .NET applications?

Means is it possible to develop .NET 2.0 application using Visual
Studio 2003? Or do we have to use VS2005 only?

Thanks,
Jigar.
 
L

Laurent Bugnion [MVP]

Hi,

Hi,

I am wondering that will above mentioned combination can be used to
develop .NET applications?

Means is it possible to develop .NET 2.0 application using Visual
Studio 2003? Or do we have to use VS2005 only?

Thanks,
Jigar.

For the moment, the editions of Visual Studio are linked to a .NET
version. VS2002 = .NET 1.0, VS2003 = .NET 1.1, VS2005 = .NET 2.0.

There are possibilities to compile 1.1 code in VS2005 using an external
tool, but I never tried it. The contrary, however, is not possible.

However, if you wait a few months, you'll get VS2007 (codename Orcas)
which will allow you to select any .NET version you like.
http://weblogs.asp.net/scottgu/archive/2007/02/08/my-first-look-at-orcas-presentation.aspx

For the moment, you can download one of the Express editions (free) to
work with .NET 2.0.
http://msdn.microsoft.com/vstudio/express/

Greetings,
Laurent
 

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