提问人:Lucius 提问时间:6/6/2017 最后编辑:Lucius 更新时间:5/14/2018 访问量:1220
Visual Studio 调试可视化工具不适用于 Datatable(应用程序中的组件中发生了未处理的异常)
Visual Studio Debug Visualizer not working for Datatable (Unhandled exception has occurred in a component in your application)
问:
应用程序中的组件中发生了未处理的异常。
当我在调试模型中单击放大镜按钮时,调试可视化工具不仅适用于 datatable,还适用于字符串等其他类型。
我搜索了旧帖子,找不到有用的答案。 以下是异常的详细信息:
有关调用实时的详细信息,请参阅此消息的末尾 (JIT) 调试,而不是此对话框。
异常文本 ************** System.Exception:函数计算超时。在 Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.PrivateCallback.MaybeDeserializeAndThrowException(Byte[] data) 在 Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.ManagedShim.DelegatedHost.CreateViewer(IntPtr hwnd、HostServicesHelper hsh、SafeProxyWrapper 代理)
加载的程序集 ************** mscorlib 程序集版本:4.0.0.0 Win32 版本:4.0.30319.18444 构建者:FX451RTMGDR 代码库:file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- Microsoft.VisualStudio.Platform.AppDomainManager 程序集版本:10.0.0.0 Win32版本:10.0.30319.1 代码库:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Platform.AppDomainManager/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Platform.AppDomainManager.dll ----------------------------------------系统 程序集版本:4.0.0.0 Win32 版本:4.0.30319.34238 构建者:FX452RTMGDR 代码库:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Configuration 程序集版本:4.0.0.0 Win32 版本:4.0.30319.18408 构建者:FX451RTMGREL 代码库:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml 程序集版本:4.0.0.0 Win32 版本:4.0.30319.34234 构建者:FX452RTMGDR 代码库:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Windows.Forms 程序集版本:4.0.0.0 Win32 版本:4.0.30319.34251 构建者:FX452RTMGDR 代码库:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing 程序集版本:4.0.0.0 Win32 版本:4.0.30319.34270 构建者:FX452RTMGDR 代码库:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Microsoft.VisualStudio.DebuggerVisualizers 程序集版本:10.0.0.0 Win32版本:10.0.30319.1
代码库:file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.DebuggerVisualizers/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.DebuggerVisualizers.dll
JIT 调试 ************** 若要启用实时 (JIT) 调试,此应用程序或计算机的 .config 文件 (machine.config) 必须在 System.Windows.Forms 部分。还必须编译应用程序 启用调试。
例如:
启用 JIT 调试后,任何未经处理的异常都将发送到 在计算机上注册的 JIT 调试器,而不是由 此对话框。
答:
尝试 执行 devenv.exe 并以管理员身份运行,这可以轻松解决您的问题。
上一个:JIT 调试 .NET
评论