For some time, I had an error when opening a specific Visual Studio solution. After a problematic merge operation, the Team Foundation Server Source Control binding information inside my solution file didn’t match with the projects I had in my solution. If I opened up the sln file, I could find the following section: Global GlobalSection(TeamFoundationVersionControl) = preSolution SccNumberOfProjects = 92 SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} SccTeamFoundationServer = http://mytfsserver:8080/tfs/defaultcollection SccLocalPath0 = . The number of projects(92) was complete wrong. Visual Studio told me there should be 68 projects: I found an easy solution to fix this: Close the solution in Visual Studio Check...