我正在使用 VS 2012 开发 SharePoint 2010 应用程序。
我最近安装了 Visual Studio 2013 RC,但我不使用它。
我仍然使用 VS 2012,但我不能再从调试 (F5) 开始了。Visual Studio 崩溃。
---------------------------
Microsoft Visual Studio
---------------------------
Unable to start debugging on the web server. The Microsoft Visual Studio Remote Debugging Monitor has been closed on the remote machine.
Click Help for more information.
---------------------------
OK Help
---------------------------
在事件日志中,我收到以下消息:
Faulting application name: devenv.exe, version: 11.0.60610.1, time stamp: 0x51b52140
Faulting module name: vsdebug.dll, version: 10.0.40219.1, time stamp: 0x4d5f149a
Exception code: 0xc0000005
Fault offset: 0x00007329
Faulting process id: 0xfe8
Faulting application start time: 0x01ceb51ac1e92518
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe
Faulting module path: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Packages\Debugger\vsdebug.dll
Report Id: 202357b5-210f-11e3-80bd-00155d67020d
Faulting package full name:
Faulting package-relative application ID:
我不知道它是否相关,但故障模块指向10.0文件夹而不是11.0。
我修复了VS 2012,没有成功。
有什么建议吗?
[编辑]我删除了我的答案,因为问题再次出现