【发布时间】:2013-07-16 22:31:38
【问题描述】:
我有一个通过 IIS 运行的 Web 项目设置,但现在调试器突然无法工作。每次我尝试运行它时,它都会与 2012 相比崩溃并重新启动。我可以使用内置服务器运行调试器,并且可以在我设置并连接到 IIS 的新项目上运行它。
这似乎让我觉得有些不稳定,我不知道如何让它发挥作用。
错误应用程序名称:devenv.exe,版本:11.0.60315.1,时间戳:0x5142bb7b 错误模块名称:KERNELBASE.dll,版本:6.1.7601.18015,时间戳:0x50b83c8a 异常代码:0xe0434352 故障偏移:0x0000c41f 错误进程 ID:0x1178 错误的应用程序启动时间:0x01ce81aaa9ffdace 错误的应用程序路径:C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe 错误模块路径:C:\Windows\syswow64\KERNELBASE.dll 报告 ID:c2498861-ed9e-11e2-ba62-10604b7df519
应用程序:devenv.exe 框架版本:v4.0.30319 说明:进程因未处理的异常而终止。 异常信息:System.Reflection.TargetInvocationException 堆: 在 System.RuntimeMethodHandle.InvokeMethod(System.Object, System.Object[], System.Signature, Boolean) 在 System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(System.Object, System.Object[], System.Object[]) 在 System.Reflection.RuntimeMethodInfo.Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) 在 Microsoft.VsPixPkg.XXX_DebugLaunchHook.OnLaunchDebugTargets(UInt32,Microsoft.VisualStudio.Shell.Interop.VsDebugTargetInfo4[],Microsoft.VisualStudio.Shell.Interop.VsDebugTargetProcessInfo[]) 在 Microsoft.VisualStudio.Shell.Interop.IVsDebugger3.LaunchDebugTargets3(UInt32,Microsoft.VisualStudio.Shell.Interop.VsDebugTargetInfo3[],Microsoft.VisualStudio.Shell.Interop.VsDebugTargetProcessInfo[]) 在 Microsoft.VisualStudio.Web.Application.DebugCfg.DebugLaunch(UInt32)
【问题讨论】:
-
我在同一时间开始遇到 exact 同样的问题。您使用的是什么病毒扫描程序?我正在研究 McAfee Enterprise 8.8 是否妨碍了跨位深度远程调试...
标签: visual-studio debugging iis visual-studio-2012 visual-studio-debugging