How to prevent “There appears to be a discrepancy between the solution’s source control…” without changing the .sln file
I had this problem with a Solution containing *.vcxproj project files, that were previously migrated from VS2008 to VS2010. The path to TFS was defined in both the .sln file and the .vcxproj files. The simplest fix was to update the *.vcxproj project files to use the SAK keyword. ie update from the format: <SccProjectName>$/MyProject/Directory/abc</SccProjectName> … Read more