Thursday, November 22, 2007 8:36 AM
Interesting nuance with VS.NET 2008: although you can target a project for the .NET 2.0 framework, it seems that opening an existing project developed with VS.NET 2005 still requires you to go through a migration wizard.
When you think about it, this makes sense: the framework doesn't change, but the IDE does and as such the nuances for creating/reading project information.
So just be aware that if you create an app in 2008, and not all of your dev team has migrated up, they might not be able to access the projects.
D