我有一个奇怪的问题。每当我开始调试并停止调试时,如果文件有断点,我将无法直接在 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。