I'm using Visual Studio 2008 Professional Edition. In previous versions, there has been integration with VSS, through which one could "open from SourceSafe" and then, in the solution view, have the ability to interact with the source control by clicking on individual files. I seem to have some integration under 2008, namely there is a "Source Control" menu item under the File menu, but all I can do there is "Launch Microsoft Visual SourceSafe." How do I get the integration that I had in 2005?
You have to install the VSS client software, and if you want the auto check out, etc. the project has to be bound to the source control repository.
Also try looking in the Tools -> Options -> Source control menu item.
I have a standalone "Microsoft Visual SourceSafe" (2005) application on my machine. Is there a separate "client" component for VS 2008? I installed VSS before installing VS. Does that makes a difference?
In Tools -> Options -> Source Control, I have three options in the dropdown: "None," "Microsoft Visual SourceSafe," and "Microsoft Visual SourceSafe (Internet)."
I'm not sure how to solve your problem. Just FYI, I recently installed Visual Studio 2008 alongside my existing Visual Studio 2005 installation, and it worked automatically. VS 2008 was integrated with SourceSafe with absolutely no configuration from me. Sorry it didn't work out for you.
You can click File -> Open -> Project/Solution and one of the side options is Microsoft Visual SourcsSafe. You can select which VSS database you want to use.
I'm having a similar issue. VSS integration in VS2008 doesn't seem to be working as expected. It is aware of where my VSS repository is for my project but if I attempt to edit a checked-in file it just asks if I want to make it write-able... well no, I want to check it out but that's not an option.
SO I too am using the VSS client on the side abd checking files in and out manually.
Hi,
In order to enable Visual Source Safe 2005 integration with Visual Studio 2008, you just need to instal a small update:
For more information:
List of bugs that are fixed in the Visual SourceSafe 2005 Update
http://support.microsoft.com/default.aspx/kb/943847
Regards,
Caio Proiete