Our development team is planning to upgrade from visual studio 2005 to visual studio 2010 — skipping out visual studio 2008.
Most of the projects are VB ASP.NET projects and using SQL Server 2008 as the database.
Does anyone know if VS 2005 projects will upgrade seamlessly to VS 2010, or should they first be upgraded to VS 2008? Are there any gotchas?
They will upgrade just like normal, no need to go through VS2008 first. I’ve even upgraded VC++ 6 projects straight to VS2010 without issue! (well, except for the C++ non-conformance problems inherent in any VC6 project)