How can I remove the source control (Vault) from my Visual Studio .NET solution?
Today when I tried to open the solution I got the error message:
You session is not valid anymore.
and after that the I can't open the application anymore with source control. and most of the files appear to be checked out or missing in Vault's repository. In Visual Studio some files appear checked out and some don't, when I try to check in one of those files, the program responds: "The file is not under source control"
What I'm going to try to do is to remove source control from the app and then create a new repository and add the application to the new repository.
I really appreciate any help.
How to Remove Source Control
Moderator: SourceGear
How can I remove the source control (Vault) from my Visual Studio .NET solution?
Generally, you open your Visual Studio project and select File->Change Source Control, then unbind the project.
In this case, you can't even open the solution, so you may need to delete any source code control (.scc) files in your project and edit out any references to source control (bindings, etc) in project or solution files.
Then to add a project to source control, see these steps:
http://support.sourcegear.com/viewtopic.php?t=776
Did you import your projects into Vault from VSS? Then you might want to review this KB article:
http://support.sourcegear.com/viewtopic.php?t=3953
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Changing the bindings wouldn't change the checkout status. Binding info just gives Visual Studio info on the source control provider and the path to that provider.
You can use the Vault GUI Client to check in any changed files and to undo checkout for files that haven't been modified.
You can use the Vault GUI Client to check in any changed files and to undo checkout for files that haven't been modified.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Since your bindings appear to be in some sort of weird state, my suggestion would be to remove the source code control bindings manually. I would reccomend doing a backup of your work first.
To do this, delete the two source code control files in your working folder that have the extension .vssscc and .vspscc. Next you will need to edit your .sln file and remove just the Globel Section (SourceCodeControl).
Thanks,
Tonya Nunn
SourceGear Support
To do this, delete the two source code control files in your working folder that have the extension .vssscc and .vspscc. Next you will need to edit your .sln file and remove just the Globel Section (SourceCodeControl).
Thanks,
Tonya Nunn
SourceGear Support