1

VS Professional 2013 で、ソース管理ワークスペースからデスクトップにソリューションをコピーして貼り付けましたが、ソリューションを開くたびに次のメッセージが表示されます。

The mappings for the solution could not be found.
The mappings for the solution could not be found.
The mappings for the solution could not be found.
The mappings for the solution could not be found.
The active solution has been temporarily disconnected from source control because the server is unavailable.  To attempt to reconnect to source control, close and then re-open the solution when the server is available.  If you want to connect this solution to another server, use the Change Source Control dialog.

ソリューションから TSF に関連するすべてを完全に削除するにはどうすればよいですか?

同様の質問の回答から、次の提案をすでに試しました。

  • ソリューション エクスプローラーでソリューションを選択し、[ファイル] メニューに移動します。ファイル メニューの下に、ソース管理メニューが表示されます。その下に [ソース管理の変更] が表示されます。これを選択し、表示されるダイアログ ボックスで [バインド解除] を選択します。

  • *.vssscc、*.vspscc、ファイルを削除します。.sln ファイルをメモ帳で開き、消去しますGlobalSection(TeamFoundationVersionControl) ... EndGlobalSection

4

1 に答える 1

0

msdn の Visual Studio ソリューションおよびプロジェクトからソース管理バインディングを削除するツールがあります: http://blogs.msdn.com/b/saveenr/archive/2012/08/11/a-tool-to-remove-source-コントロール バインディングからのビジュアル スタジオ ソリューションとプロジェクト .aspx

ツールの使用方法:

•ソリューションを新しいディレクトリにコピーします (ツールはファイルを変更するため)。

•次のコマンドを実行します: VSUnbindSourceControl.exe (例: d:\yourfolder)

于 2015-10-29T07:08:40.193 に答える