I use VS2008 at home and love it, while approaching work about upgrading 2005 to 2008, one of my obvious causes for concern are all the 2005 solutions we have lying around.
While it may be simple for us to upgrade to 2008, we do work with other developers that use 2005 and will not be upgrading to 2008 in the near future.
I understand that the project files are cross compatible with no problems, but the solution files are not.
Here are some links I have come across so far:
- Visual Studio 2008 Solution / Project File Conversions And Tricks
- Visual Studio 2008 Solution File Compatibility
- Moving Projects/Solutions between Orcas and Visual Studio 2005
I am curious, has MS approached this problem head on? Have their been any hotfixes to address it? It seems like a pretty poor attempt at cross-compat since there are no real changes between the solution files (i.e. 2008 could easily ignore the extra content from 2005)..
PS: This is of course all assuming we do not utilise any of the new framework things in 3.5..