奇妙な問題があります。ファイルにブレークポイントがある場合、デバッグを開始してデバッグを停止すると、Visual Studio で直接開くことができなくなります。
ReSharper 7.1 と StyleCop をインストールしましたが、VS 2012 Update 2 を無効にしてインストールしましたが、問題は解決しませんでした。
ブレークポイントをクリックすると、エラーが発生します。
Unable to go to the breakpoint. The ViewManager.ActiveView must be a View contained within the ViewManager.WindowProfile.
もう一度デバッグして、Visual Studio がブレークポイントに到達する必要がある場合は、次のようになります。
'TheFile' not found.
You need to find 'TheFile' to view the source for the current call stack frame.
ファイルを再度開く唯一の解決策は、Visual Studio を閉じて再度開くことです。