Whwn I opened my Visual Studio 2008 project today, I get this strange error.
The projectg 'PWRSpadefoot' is under source control. An error occurred registering this project with source control. It is recommended that you do not make any changes to this project.
What can I do to fix this?
Thanks
btd
Error occurred registering this project with Source Control
Moderator: SourceGear
Error occurred registering this project with Source Control
Vault 3.16 (3658) SG
I think I'm using classic client but not sure. How do I check?
Thanks
btd
I think I'm using classic client but not sure. How do I check?
Thanks
btd
Vault versions prior to Vault 4.0 used only the Classic Client.
We haven't tested VS 2008 with Vault 3.1.6 and don't officially support it.
Was this working before? Did something change with the project before you got this error?
You could try unbinding and rebinding, using the File->Source Control->Source Control menu
Or, try a fresh Open from Source Control to a clean working directory.
We haven't tested VS 2008 with Vault 3.1.6 and don't officially support it.
Was this working before? Did something change with the project before you got this error?
You could try unbinding and rebinding, using the File->Source Control->Source Control menu
Or, try a fresh Open from Source Control to a clean working directory.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
-
- Posts: 8
- Joined: Tue Aug 29, 2006 7:47 am
Re: Error occurred registering this project with Source Control
Hmmm. I experienced the same thing this morning. I'm running VS 2008, Win XP Pro SP3, and Fortress version 1.1.4.18402. I tried a number of fixes on the web (Perforce suggestions, Sourcegear Support suggestions) without much luck. I eventually resolved the problem by opening Visual Studio, selecting Tools --> Options --> Source Control and selecting the plug in to be: "SourceGear Fortress Visual Studio Enhanced Client". I suspect, however, that re-installing the Fortress client was what really fixed the problem. So I would recommend these steps:
1) Close Visual Studio
2) Close Fortress / Vault
3) Re-run the Fortress / Vault msi installer. Choose to "repair" your installation
4) Open Visual Studio. Re-set the plug-in. Tools --> Options --> Source Control. Select: "SourceGear Fortress Visual Studio Enhanced Client"
5) Try to re-open your solution. Cross your fingers.
As for how this happened, well, I suspect it was related to installing SQL Management Studio Express last night?
--Brett
1) Close Visual Studio
2) Close Fortress / Vault
3) Re-run the Fortress / Vault msi installer. Choose to "repair" your installation
4) Open Visual Studio. Re-set the plug-in. Tools --> Options --> Source Control. Select: "SourceGear Fortress Visual Studio Enhanced Client"
5) Try to re-open your solution. Cross your fingers.
As for how this happened, well, I suspect it was related to installing SQL Management Studio Express last night?
--Brett
Re: Error occurred registering this project with Source Control
Code: Select all
I suspect it was related to installing SQL Management Studio Express last night
The error "An error occurred registering this project with source control" is somewhat generic, and means there's something wrong with accessing the source control provider, but doesn't give any details. In your case, something may have switched a settomg in the registery that switched Visual Studio to using the Classic Client integration, rather than Enhanced, which caused an error when you tried to open a project bound to the Enhanced client.
SQL Server Management Studio uses only the Classic Client integration, BTW.