zoukankan
html css js c++ java
5System.AccessViolationException: 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
1
有关调用实时(JIT)调试而不是此对话框的详细信息,
2
请参见此消息的结尾。
3
4
**************
异常文本
**************
5
System.AccessViolationException: 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
6
在 System.Drawing.SafeNativeMethods.Gdip.GdipDrawRectangleI(HandleRef graphics, HandleRef pen, Int32 x, Int32 y, Int32 width, Int32 height)
7
在 System.Drawing.Graphics.DrawRectangle(Pen pen, Int32 x, Int32 y, Int32 width, Int32 height)
8
在 System.Drawing.Graphics.DrawRectangle(Pen pen, Rectangle rect)
9
在 System.Windows.Forms.ComboBox.FlatComboAdapter.DrawFlatCombo(ComboBox comboBox, Graphics g)
10
在 System.Windows.Forms.ComboBox.WndProc(Message
&
m)
11
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message
&
m)
12
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message
&
m)
13
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
14
15
16
**************
已加载的程序集
**************
17
mscorlib
18
程序集版本:
2.0
.
0.0
19
Win32 版本:
2.0
.
50727.832
(QFE.
050727
-
8300
)
20
基本代码: file:
/**/
///
C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
21
----------------------------------------
22
System.Windows.Forms
23
程序集版本:
2.0
.
0.0
24
Win32 版本:
2.0
.
50727.832
(QFE.
050727
-
8300
)
25
基本代码: file:
/**/
///
C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
26
----------------------------------------
27
System
28
程序集版本:
2.0
.
0.0
29
Win32 版本:
2.0
.
50727.832
(QFE.
050727
-
8300
)
30
基本代码: file:
/**/
///
C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
31
----------------------------------------
32
System.Drawing
33
程序集版本:
2.0
.
0.0
34
Win32 版本:
2.0
.
50727.832
(QFE.
050727
-
8300
)
35
基本代码: file:
/**/
///
C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
36
----------------------------------------
37
System.Configuration
38
程序集版本:
2.0
.
0.0
39
Win32 版本:
2.0
.
50727.832
(QFE.
050727
-
8300
)
40
基本代码: file:
/**/
///
C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
41
----------------------------------------
42
System.Xml
43
程序集版本:
2.0
.
0.0
44
Win32 版本:
2.0
.
50727.832
(QFE.
050727
-
8300
)
45
基本代码: file:
/**/
///
C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
46
----------------------------------------
47
mscorlib.resources
48
程序集版本:
2.0
.
0.0
49
Win32 版本:
2.0
.
50727.832
(QFE.
050727
-
8300
)
50
基本代码: file:
/**/
///
C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
51
----------------------------------------
52
System.Windows.Forms.resources
53
程序集版本:
2.0
.
0.0
54
Win32 版本:
2.0
.
50727.42
(RTM.
050727
-
4200
)
55
基本代码: file:
/**/
///
C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHS_b77a5c561934e089/System.Windows.Forms.resources.dll
56
----------------------------------------
57
58
**************
JIT 调试
**************
59
要启用实时(JIT)调试,
60
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
61
jitDebugging 值。
62
编译应用程序时还必须启用
63
调试。
64
65
例如:
66
67
<
configuration
>
68
<
system.windows.forms jitDebugging
=
"
true
"
/>
69
</
configuration
>
70
71
启用 JIT 调试后,任何无法处理的异常
72
都将被发送到在此计算机上注册的 JIT 调试器,
73
而不是由此对话框处理。
查看全文
相关阅读:
Auty 2017——WebMonitor接口线上检测平台
Auty 2017——WebMonitor接口本地检测平台
Python+webdriver爬取博客园“我的闪存”并保存到本地
Python爬网获取全国各地律师电话号
Python Locust对指定网站“一键压测”
12306提前查北京到长春的春运火车票
PowerShell添加或修改注册表开机启动项脚本
网易测试分享会——“一起打造你想要的QA团队”
【分布式】2、分布式资料收集
【Java并发编程】13、forkjoin
原文地址:https://www.cnblogs.com/hyruur/p/1213702.html
最新文章
Qt编写的项目作品22-自定义委托全家桶
Qt编写的项目作品21-网络请求客户端/服务器
Qt编写的项目作品20-百度地图综合应用(在线+离线+区域+下载)
Qt编写的项目作品19-图片及视频TCP/UDP网络传输
关于Android 的内存泄露及分析
[Android]对BaseAdapter中ViewHolder编写简化
Android高级模糊技术[转]
[Android]AndroidInject增加sqlite3数据库映射注解(ORM)
Java8 Lambda表达式教程
[Android]异步加载图片,内存缓存,文件缓存,imageview显示图片时增加淡入淡出动画
热门文章
Hbase Java API详解
在Ubuntu上安装Hadoop(单机模式)步骤
[android]亲自破解Flappy Bird(去广告+永生)
AndroidInject项目使用动态代理增加对网络请求的支持
移动app传统测试流程优化
Python实现敏感词过滤替换
Selenium查询10010账户余额——python篇
利用jenkins的api来完成相关工作流程的自动化
Python nose单元测试框架的安装与使用
关于测试工作的思考与启示
Copyright © 2011-2022 走看看