I\'m using Visual Studio 2013 Pro, update 4, and TFS for version control. I\'m not having a good time.
VS keeps insisting on checking out the solution file when I op
Whenever I find messed up bindings I always follow the same process:
GlobalSection
(sometimes more than 1) that contains all the SCC elements<Scc**>
elements with a value SAK
. If not update all 4 to be SAK
(see below).This usually sorts it for me when you re-open it, everything is OK.
The <Scc**>
elements should look like this:
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>