Visual Studio Error: "Some of the properties associated with the solution could not be read."

Something happened when I created the Visual Studio .NET 2008 Solution for my Executive View project and checked it into Team System. After it was checked in, I, and the other developer, would receive the following error when opening the solution: “Some of the properties associated with the solution could not be read.”

It took a little digging, but once I looked at the solution file in Notepad++, I saw that there was a duplicate GlobalSection(TeamFoundationVersionControl) = preSolution section. It’s the section that contains all of the parameters prefixed with Scc*. If you delete the duplicate selection it will fix the error.
|