Hi!
Chris wrote: "Could someone post the manual edit (or another solution)?"
I've also encountered the situation mention above. It did - of course -
happen after I had fooled around, and done some counter-intuitive things to
code that was originally bound to source control.
I have the manual fix for the problem:
I got the following error message:
"The solution appears to be under source control, but its binding
information cannot be found. It is possible that the MSSCCPRJ.SCC file or
another item that holds the source control settings for the solution, has
been deleted. Because it is not possible to recover this missing information
automatically, the projects whose bindings are missing will be treated as
not under source control."
.... but when I selected the "Change Source Control" menu option in Visual
Studio .NET 2003, the solution did not seem to be bound to Source Control at
all.
As requested above: These were the steps that I followed to succesfully rid
my solution of _all_ of it's references to Source Control (and the annoying
error message) in a manual way:
1. Delete all the "<projectName>.vbproj.vspscc" project MetaData files. C#
developers should look for the files named "<projectName>.csproj.vspscc"
2. Delete all the "vssver.scc" files (if any).
3. Delete the "<solutionName>.vssscc" file.
4. Open the "<solution>.sln" file in a text editor (such as notepad.exe) and
remove all the information between the following two "Section start/end
identifiers" (including the identifiers):
GlobalSection(SourceCodeControl)
....
EndGlobalSection
5. Open each "<projectName>.vbproj"file (or "<projectName>.csproj"-file
for c# developers) in a notepad.exe style editor. Remove all entries similar
to the ones below.
SccProjectName = ...
SccLocalPath = ...
SccAuxPath = ...
SccProvider = ...
It's quite likely that you don't have to do all of the above (maybe just
#4.& #5.) in order to rid yourself of the annoying pop-up. Go through all
the steps and you're guaranteed to be liberated from source control.
sincerely,
Simen Sandelien
http://konsulent.sandelien.no