lizzyguo 发表于 2010-9-16 13:31:58

异常处理

在使用loadrunner9.5的分析场景时,总是弹出Microsoft.Net Framework警告。说应用程序的组件中发生了无法处理的异常。
详细信息如下:
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.AccessViolationException: 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
   在 System.Drawing.SafeNativeMethods.Gdip.GdipDrawRectangleI(HandleRef graphics, HandleRef pen, Int32 x, Int32 y, Int32 width, Int32 height)
   在 System.Drawing.Graphics.DrawRectangle(Pen pen, Int32 x, Int32 y, Int32 width, Int32 height)
   在 System.Windows.Forms.Control.PaintException(PaintEventArgs e)
   在 System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
   在 System.Windows.Forms.Control.WmEraseBkgnd(Message& m)
   在 System.Windows.Forms.Control.WndProc(Message& m)
   在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   在 WeifenLuo.WinFormsUI.DockWindow.WndProc(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

----------------------------------------
************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。
例如:
<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>
启用 JIT 调试后,任何无法处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。

有知道解决的朋友请回下啊!谢谢!

bihaifeng 发表于 2011-2-23 11:29:53

我也遇到这个问题了? 你解决了没吗? 谁知道到怎么解决呀?急!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

ajiaoJoan 发表于 2012-10-17 14:17:32

我也遇到这个问题了,有知道怎么解决的不

linlin212 发表于 2012-11-8 08:29:53

帮顶
页: [1]
查看完整版本: 异常处理