I had to convert some solutions from Visual Studio 2005 to 2008 recently; these were bound to Team Foundation Server (TFS) 2005 source control, and this created some issues. (I was using the TFS 2008 client with VS 2008 to access a TFS 2005 server; I’m not sure if that had anything to do with the issue.)
After conversion, Visual Studio 2008 was unable to find the projects (it thought they were located in the root folder of the TFS project).
Fix:
The conversion process will recreate the TFS section correctly.
Later, we also had to rebind some solutions using File / Source Control / Change Source Control from the Visual Studio menus.
I’m wondering if unbinding the solution in VS 2005 and rebinding it in 2008 might have been easier.
As usual, your mileage may vary. Use this (and all tips) at your own risk!
Development Central is the blog of Bill Sorensen, a professional software developer. Much of this will relate to C#, .NET, and OOP in general.
Disclaimer
These postings are provided "AS IS" with no warranties and confer no rights.