Hi all,
Everytime I try and use my Source Control I'm faced with the following error message:
There was a failure while initializing the Microsoft Visual SourceSafe source control provider. You cannot use this provider to perform source control operations.
When I click the help button I receive the follwoing information,
This message is displayed when a source control operation cannot be completed and Visual Studio cannot determine the precise cause of the error.
Things to check:
-
Security settingsDo you have sufficient access rights to open a source control database?
-
Network connectivityAre you still connected to the network? Is the source control server available on the network?
-
Source control integrationHave you completely and correctly installed the named source control provider?
I have the correct security access rights.
I am connected to a network.
The installation is straight foward, don't think I did something wrong.
Can anyone please help me ??
Many Thanx.
Regards, |
| Programm3r Tuesday, April 10, 2007 10:19 AM |
hi, I got the same problem with you. And finally I resolved it like following:
1. Open VS2005, then choose the menu: Tools->Options, then click "Souce Control" 2. click drop-down box under text"Current souce control plug-in", use "None", rather then "Microsoft Visual Source Safe"
|
| tjsailor Monday, May 14, 2007 12:34 PM |
Hi,
The most possible cause of this problem is a missing dependency binary on the machine. Can you please try reinstalling/repairing VSS on the machine?
Thanks,
Nitin |
| Nitin Gupta MSFT Thursday, April 19, 2007 11:20 PM |
Hi,
I have the same problem, so, i did reinstall vss on the machine and the problem persist, my problem begin when i did try install visual studio 6 and failure, help =S
Thanks. |
| Papayaman Sunday, April 29, 2007 8:09 PM |
i'm also haveing the same problem. i have reistalled VSS, and the IDE, with noluck
Please help
Kevin@oandp.com |
| MikeP2a Tuesday, May 01, 2007 3:23 PM |
I've randomly started having this same problem. |
| stdjones Thursday, May 03, 2007 5:09 AM |
I am having this problem as well. I am using Source Safe 6.0d Build 9848 It worked correctly before and now when I moved the setup to my new machine it keeps reporting:
"There was a failure while initializing the Microsoft Visual SourceSafe source control provider. You cannot use this provider to perform source control operations."
Any help, other then "re-installation", would be greatly appreciated... 
|
| LeversOfPower Monday, May 07, 2007 2:18 PM |
hi, I got the same problem with you. And finally I resolved it like following:
1. Open VS2005, then choose the menu: Tools->Options, then click "Souce Control" 2. click drop-down box under text"Current souce control plug-in", use "None", rather then "Microsoft Visual Source Safe"
|
| tjsailor Monday, May 14, 2007 12:34 PM |
I'm not sure if this was a joke or not, but all this appears to do is remove the option to "Open formfrom sourcecontrol..." from the IDE. |
| Variable1 Tuesday, May 15, 2007 9:10 PM |
i'm currently getting the same error.. and another thing is, the "Open form from source control" is no longer on my VS 2003..
i'll try to reinstall VSS hopefully i can get any luck!
|
| [rh4m1ll3] Rhamille Golimlim Thursday, May 17, 2007 8:06 AM |
Hey!!!
I dont know if it will work for you or not. I got this error and i tried lot of things. Later i read this and got some idea regarding security. I had VSS user id same as my window login user. But passwords were different. I changed my VSS DB's password and made it same as my windows login's password.
It worked.  |
| bhSunny Thursday, February 14, 2008 9:08 AM |
I get this message too often and this is what I have to do each time (there may be a more elagant way but this works for me). BTW, I am currently using VS 2008 Professional and PVCSfor source code control.
1) Back upyour workfile folders to ensure you don't lose any recent work
2) Open Visual Studio clean (no solutions loaded). If you are configured to automatically load your last solution, you may want to change your preferences.
3) Go into File / Source Control / Open From Source Control
4) Allow it to overwrite any / all files.
5) I usually get some message about the previous user not binding the solution correctly and instructing me to go into File / Source Control / Change Source Control and correct the binding (I think that is the message). Anyway, I go in there and find the code is already properly bound (binded ?).
6) After that, shutdown VS and reopen it.Usually I can open my project without any errors.
7) At this point, if you had any recent work that was overwritten in the process, make sure it is "checked out" inVisual Studio and then copy the updated files from yourbackup in step1above over the older file that was restored from Source Control. You will need to check the files back into Source Control to ensure the Source Control repository is up to date.
I hope this helps someone.
Ken
|
| Ken Ingram Friday, February 15, 2008 3:36 PM |
My problem is that in the File menu the Source Control menu cant be seen.
When opening the solution following message is shown
The projectappears to be under source control, but no source control provider is installed on this computer. Source control integration will be disabled for this project.
But VSS is installed on my system and I m unable to work in the unbound mode with the VSS
Thanks and Regards
Pooja |
| PoojaJ Tuesday, February 19, 2008 7:32 AM |
Pooja,
Referring back to the list of steps I posted, try and open Visual Studio clean (without any solutions loaded) and see if the Source Control menu can be seen. If it can, then back up your working folder on your workstation and try to open the solution from VSS (not from links to recent projects).
Thanks,
Ken
|
| Ken Ingram Tuesday, February 19, 2008 1:01 PM |
Hi Pooja, hope tat you will see this post.
I am facing the same issue now and I can't find the way how to open a solution from the VSS...
Thanks,
Oren
|
| Oren Solomon Tuesday, April 22, 2008 9:08 AM |
Hello all,
I had the same issue but found VSS2005 update here http://support.microsoft.com/kb/943847. Installed it and voila - now it works!
Hope this works for you all.
|
| MOSABUSAN Wednesday, April 30, 2008 6:07 PM |
Hi,
Here u check ur installed path of VSS is correct or not. If ur path is not correct then go to "start -> run ->"regsvr32 (modified path) \SSSCC.DLL"
I hope it will work in this situation.
|
| sandeep patil Thursday, May 08, 2008 8:20 AM |
Sandeep,
Thanks for the tip! I'm running VSS 6.0 and VS 2003 and was having the same issue as some of the people posting here; File --> Source Control menu option was not showing up at all. After registering the VSS dll it appeared and everything works great!
Thanks,
Hasty. |
| QwertyAnonymous Thursday, May 15, 2008 11:36 PM |
Ha, so simple - same error happened after renaming the VSS directory under C:\Program Files\Microsoft Visual Studio\. Renamed it back to "VSS" and everything is honky-donkey again. |
| MSmyFate Monday, September 08, 2008 5:10 PM |
hi, I got the same problem with you. And finally I resolved it like following:
1. Open VS2005, then choose the menu: Tools->Options, then click "Souce Control" 2. click drop-down box under text"Current souce control plug-in", use "None", rather then "Microsoft Visual Source Safe"
In spite of what Variables said back in 2007 in the message following yours, your suggestion worked for me. Thank you for the help. |
| Clay L Tuesday, October 28, 2008 6:42 PM |
Hi Sandeep,
This solved my problem too..
Thanks, Rao
P.K.Rao |
| PKRao Friday, November 21, 2008 5:07 PM |
Sandeep's suggestion is indeed a good one! Thanks, man. Here I reiterate what we've just done here at work: - In VS2003, menu item File->Source Control wasn't showing up at all (VS wouldn't work with VSS, failed to open solution, etc) - We registered SSSCC.dll - The menu item in VS showed up, problem with opening solution were gone. NICE!! |
| DmitryVM Thursday, April 30, 2009 6:19 PM |
I've got the same problem, i.e. I'm using VSS 6.0d with VS2005. It was working fine, now after rebuilding my machine after a virus attack I'm getting the above error. I've since reinstalled VSS, but the error persists.
The only thing selecting "None" as the Source Control plug-in does is remove VSScontrol from the project. It DOES NOT solve the problem.
|
| YahooAlex Wednesday, September 23, 2009 6:07 PM |