by Gabriel Lozano-Moran
4. March 2008 14:28
Yesterday when opening one of our solutions I received the following dialog:
I remember having the same problem more than a year ago with a Visual Studio 2005 solution and the problem was that we had duplicate GlobalSections in the .sln file. So hoping that this time we had the same problem I opened the .sln file in Notepad and I saw that we had the following double-section with different info:
GlobalSection(TeamFoundationVersionControl) = preSolution
What I did to solve this was first unbind the solution from TFS. Remove these double GlobalSections manually in the .sln file and then rebind the solution. Problem solved!