|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Studio 2003 and Net Framework 2.0Hi,
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. Hi,
jigar.m***@gmail.com wrote: > Hi, For the moment, the editions of Visual Studio are linked to a .NET > > 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. 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 -- Laurent Bugnion [MVP ASP.NET] Software engineering, Blog: http://www.galasoft-LB.ch PhotoAlbum: http://www.galasoft-LB.ch/pictures Support children in Calcutta: http://www.calcutta-espoir.ch |
|||||||||||||||||||||||