我有一個奇怪的問題。每當我開始調試並停止調試,如果文件有斷點,我將無法直接在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。
這個是爲我做的,也可以在命令提示符下使用:「devenv/resetsettings」 – maets 2015-03-04 13:21:19