Valid binding root for VSS?

I am trying to establish Visual Source Safe bindings for a project that I have, and when I select the location to which I believe the project should be linked, I get a dialog that says:

The folder you chose is not a valid binding root for the projects you have selected. You attempted to retarget a solution to a source control folder that is not within the solution root. In the change source control dialog box, specify the root for the solution. Select the folder 5 levels higher in the tree to chagne the source control bindings correctly.

What does it mean? Folders are 5 levels higher.

+3
source share
3 answers

I think I figured it out. I opened the vcproj file and searched for .. \ .. \ .. and found a couple of links to the 5 directory files above. I deleted these links (the files were not there) and reopened the project. By doing this, I can rebuild the project in SourceSafe.

+4
source

, , "( ).vspscc" . .

0

: VSS , , .

.vcproj "", "SccLocalPath =.. \.." ( ), ".. \.." relative -path. .vcproj SccLocalPath "..", .

0

All Articles