SCC Provider in VS2005 switching back to VSS
Moderator: SourceGear
-
- Posts: 2
- Joined: Wed Aug 02, 2006 6:57 pm
SCC Provider in VS2005 switching back to VSS
I have installed vault 3.5 and upgraded a VSS (8?) repository. This all worked perfectly.
Loaded vs2005, set the SCC provider in options to vault, connected to the server and pulled files into my working folder - all working great.
If I exit VS and restart, when I open the solution (web) it is attempting to connect using sourcesafe and not Vault.
I have looked in the solution file and the provider is set to vault.
Where else should I look?
Loaded vs2005, set the SCC provider in options to vault, connected to the server and pulled files into my working folder - all working great.
If I exit VS and restart, when I open the solution (web) it is attempting to connect using sourcesafe and not Vault.
I have looked in the solution file and the provider is set to vault.
Where else should I look?
Was your project previously bound to VSS? Binding information is stored in the project files, so just changing the source control provider won't change the binding information.
You can try using the Change Source Control command under File->Source Control to unbind the project, then rebind the project to Vault.
Or you could try a fresh open from source control in Visual Studio, which should connect you to Vault and allow you to retrieve the project into new working directories.
You can try using the Change Source Control command under File->Source Control to unbind the project, then rebind the project to Vault.
Or you could try a fresh open from source control in Visual Studio, which should connect you to Vault and allow you to retrieve the project into new working directories.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
-
- Posts: 2
- Joined: Wed Aug 02, 2006 6:57 pm
If I open the solution file in notepad I can see the following:
SccProvider = "MSSCCI:SourceGear Vault Client"
There is also a .vssscc file and a mssccprj.scc file
When I open the solution file I get a Microsoft Visual Sourcesafe error that the file is not found (the file being the path to the vault server).
I have tried reopening from source control several times, even deleting and recreating the solution file but I get the same problem each time.
SccProvider = "MSSCCI:SourceGear Vault Client"
There is also a .vssscc file and a mssccprj.scc file
When I open the solution file I get a Microsoft Visual Sourcesafe error that the file is not found (the file being the path to the vault server).
I have tried reopening from source control several times, even deleting and recreating the solution file but I get the same problem each time.
Same problem
I'm having the exact same problem. I can't find any references in my solution to VSS and I deleted the .scc files. But every time I try to open the project it reverts back to VSS.
If I unbind VSS, switch the provider to Vault and rebind to the Vault database. That works fine.
I then save all and exit VS 2005. When I restart it, either by double-clicking the .sln file or by starting VS 2005 and loading the solution through the menu, it tries to connect to the source control database using VSS.
Where is it getting this setting?
If I unbind VSS, switch the provider to Vault and rebind to the Vault database. That works fine.
I then save all and exit VS 2005. When I restart it, either by double-clicking the .sln file or by starting VS 2005 and loading the solution through the menu, it tries to connect to the source control database using VSS.
Where is it getting this setting?
Problem fixed?
I was able to get this working by deleting the project and virtual directory and getting everything back out of Vault. It's been OK since.