Framework. Which Version?

JohnM

Well-known member
Joined
Jul 2, 2004
Messages
116
Location
Massachusetts
Programming Experience
1-3
Some Simple questions. I have 2003 Visual Studio for about 3 years now. I created an application from that. Since then I have downloaded Framework version 2.0 and 3.0. Which version of the framework is my application developed from? The one in the 2003 Visual Studio right? Probably version 1.0? How would I go about basing my next application on version 2.0 or 3.0?

Thank you for your time

John M
 
VS2002 uses .Net 1.0. VS2003 uses .Net 1.1. VS2005 uses .Net 2.0, and can be enabled for some features of next version .Net 3.0 with some extensions, but .Net 3.0 is really meant for next VS version not released yet. VS2005 is also available with free Express version, even if it is free it's very usable, much better than VS2003 I would say (partly because of the feature-rich .Net 2.0 library).
 
Back
Top