Hi, Can I install Visual Studio 2008 express edition on top of visual studio 2003 ? Will it cause any problem for existing development environment (VS2003) ?
+3
A:
Visual Studio 2008 express edition supports side-by-side install. It shouldn't cause any problems (no warrenty implied!).
Mitch Wheat
2009-07-22 08:54:11
+1
A:
I once had a machine with 2003, 2005 and 2008. There are only 2 side effects:
- Each version installs its own .Net FW - but those can exist side by side.
- The last version to be installed registers file types to itself. Therefore, if you double-click a 2003 .sln file, it will open in 2008 and VS will try to update the project. To avoid that, open VS first, and open the solution.
Traveling Tech Guy
2009-07-22 08:55:47