.Net 1.0 & 2.0 on the same machine
-
Hi, you can install all .NET versions side-by-side, they don't interact. Vista comes with most of them preinstalled. You can install several Visual Studio versions side-by-side; they don't interact except the one installed last will be launched when double-clicking one of the relevant file extensions (such as .cs). :)
Luc Pattyn [Forum Guidelines] [My Articles]
Happy 2008!
-
No.
"If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")
-
While in most cases there's no problem, you should be aware that .NET 1.x and 2.0 do collide when it comes to CAS (that's a point I had to learn the hard way). If you set CAS policies with .NET 1.x, then these policies are not used if .NET 2.0 is installed as well. Only the 2.0 policies will be effective, even for applications running with .NET 1.1!
Regards, mav -- Black holes are the places where God divided by 0...
-
While in most cases there's no problem, you should be aware that .NET 1.x and 2.0 do collide when it comes to CAS (that's a point I had to learn the hard way). If you set CAS policies with .NET 1.x, then these policies are not used if .NET 2.0 is installed as well. Only the 2.0 policies will be effective, even for applications running with .NET 1.1!
Regards, mav -- Black holes are the places where God divided by 0...
That's news for me. Thank you!
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern