I have a solution I would like to remove the links to Vault. I have tried deleteing the .SCC file, the Bin and Obj directories, the Suo, and the dbproj.user files from the project directories. But when I go and load the project, it says the Solution appears to be under source control but the binding information cannot be found. How do I total unassociate a project or solution with vault so this does not appear.
Thank you.
Removing Vault from Project and Solution
Moderator: SourceGear
Usually this is done using Change Source Control->Unbind in the IDE, but this may not work since the .scc file has been deleted.
You will probably need to manually remove the lines from the solution and/or project files (using a text editor like notepad). Search for SCC and remove the lines that looks like they associate the solution/project with Vault. However, make a copy of the solution/project file first, in case you delete more than you should.
You will probably need to manually remove the lines from the solution and/or project files (using a text editor like notepad). Search for SCC and remove the lines that looks like they associate the solution/project with Vault. However, make a copy of the solution/project file first, in case you delete more than you should.