Switching between .Net Framework 1.1 to 3.0
-
1. Currently 1.1 is installed 2. I have downloaded 3.0 and installed it. 3. How can i switch to 3.0 without uninstalling 1.1 4. I am using visual studio 7.0
-
1. Currently 1.1 is installed 2. I have downloaded 3.0 and installed it. 3. How can i switch to 3.0 without uninstalling 1.1 4. I am using visual studio 7.0
I don't think you can. 3.0 is really an addition to 2.0, if you don't have a 2.0 compiler, you're hosed.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
1. Currently 1.1 is installed 2. I have downloaded 3.0 and installed it. 3. How can i switch to 3.0 without uninstalling 1.1 4. I am using visual studio 7.0
Hi, All the .NET FrameWork versions live side-by-side, installing one more does not affect the others. You will need a newer Visual Studio to work with a newer .NET; Visual Studio versions also can coexist on a system. AFAIK for 3.0 you would need either VS2005 plus extra's, or VS2008 (Orcas, beta). See also here.[^] :)
Luc Pattyn [Forum Guidelines] [My Articles]
this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google