views:

68

answers:

1

vss version 6.0.81.69 is not working with vs 2008? is there any solution to make them compatible.

+1  A: 

The updated Visual Studio 2008 support for Visual Sourcesafe did not ship with VS2008 as it was supposed to. There is however a CTP with the VS2008/VSS integration you can download:

Link to the CTP download here: VS 2008 users: remember to download the SourceSafe CTP

Blog related to VSS: BUGBUG: poor title

For Visual SourceSafe 6.0d to work on Visual Studio 2008, you’ll need to do a bit of manual labour at the command line.

Make sure that Visual Studio is closed when you do this.

Browse to your VSS6\win32 directory and run:

“regsvr32 ssscc.dll”

Mitch Wheat