3

所有しているプロジェクトのVisualSourceSafeバインディングを修正しようとしていますが、プロジェクトをバインドする必要があると思われる場所を選択すると、次のようなダイアログが表示されます。

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's 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.

一体どういう意味ですか?5レベル上のフォルダはありません。

4

3 に答える 3

4

私はこれを理解したと思います。私は自分の vcproj ファイルを開き、..\..\.. を検索したところ、ファイル 5 ディレクトリ "上位" への参照がいくつか見つかりました。これらの参照を削除し (ファイルは実際にはありませんでした)、プロジェクトを再度開きました。これを行った後、プロジェクトを SourceSafe に再バインドできました。

于 2009-01-16T19:48:29.260 に答える
0

ファイル「(プロジェクト名).vspscc」のローカル バージョンが最新のものであることを確認することをお勧めします。それは私の文脈で問題を解決しました。

于 2010-12-16T10:24:43.327 に答える