I have done it in the most unnatural way
, but to my surprise did not run
into any problems:
1.Initially I had just VS2008 SP1 on my box and happily used it for .NET 3.5
development.
2.Then I installed VC++ 6.0 SP6 to support some legacy Win32/MFC projects
3.Then I had to install VS2005 to work on an older .NET 2.0 project
4.Then I installed VS2003.NET to work on even older .NET 1.1 project
5.Finally I needed to install eVC4 SP4 for CE 4.2 embedded development
My God, I am moving backwards in time!!!
The only hiccup that I noticed was after installing VS2003.NET - it took
over as the default program for the Visual Studio solution files, so I had to
manually restore the VS2008 file associations (in VS2008
Tools->Options->Environment->General, "Restore File Associations" button).
Hope, this helps.
Alex