Summary of C# project debugging problems

Picturebox.Image = Image.For("picture path")
do not use Picturebox.ImageLocation

Picturebox.Image = Image.For("Picture Path") The picture settings are placed in the totalDetection function

Turn off exception options in exception settings

Try to solve the interrupt mode as follows
https://blog.csdn.net/zhouyingge1104/article/details/79778223 It doesn't work
Try solution 2
https://bbs.csdn.net/topics/392061543 attribute target platform any cpu

write picture description here

托管调试助手“FatalExecutionEngineError”在test\bin\x64\Debug\test.vshost.exe”中检测到问题。

其他信息: 运行时遇到了错误。此错误的地址为 0xae349d4e,在线程 0x3164 上。错误代码为 0xc0000005。此错误可能是 CLR 中的 bug,或者是用户代码的不安全部分或不可验证部分中的 bug。此 bug 的常见来源包括用户对 COM-interop 或 PInvoke 的封送处理错误,这些错误可能会损坏堆栈。
托管调试助手“FatalExecutionEngineError”在“E:\2018-2-4\test v2.0\test\bin\x64\Debug\test.vshost.exe”中检测到问题。

其他信息: 运行时遇到了错误。此错误的地址为 0x69dff1de,在线程 0x2b1c 上。错误代码为 0xc0000005。此错误可能是 CLR 中的 bug,或者是用户代码的不安全部分或不可验证部分中的 bug。此 bug 的常见来源包括用户对 COM-interop 或 PInvoke 的封送处理错误,这些错误可能会损坏堆栈。

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325855419&siteId=291194637