-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有没有人出这个错误? 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。 #7
Comments
解决了那? |
请问呢解决了吗 |
遇到了同样的问题,请问是怎么解决的 |
运行模式与生成的dll模式不匹配引起的 |
release x64就可以啦 |
win7 + vs2013 ,release x64 出现错误:System.AccessViolationException:“尝试读取或写入受保护的内存。这通常指示其他内存已损坏。” |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
“test_interface.exe”(CLR v4.0.30319: DefaultDomain): 已加载“C:\windows\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll”。已跳过加载符号。模块进行了优化,并且调试器选项“仅我的代码”已启用。
“test_interface.exe”(CLR v4.0.30319: DefaultDomain): 已加载“E:\BaiduYunDownload\EasyPR-DLL-CSharp-master\test_interface\bin\x64\Release\test_interface.exe”。已跳过加载符号。模块进行了优化,并且调试器选项“仅我的代码”已启用。
模块“test_interface.exe”的符号未加载。
“test_interface.exe”(CLR v4.0.30319: test_interface.exe): 已加载“C:\windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll”。已跳过加载符号。模块进行了优化,并且调试器选项“仅我的代码”已启用。
“test_interface.exe”(CLR v4.0.30319: test_interface.exe): 已加载“C:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll”。已跳过加载符号。模块进行了优化,并且调试器选项“仅我的代码”已启用。
“test_interface.exe”(CLR v4.0.30319: test_interface.exe): 已加载“C:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll”。已跳过加载符号。模块进行了优化,并且调试器选项“仅我的代码”已启用。
“test_interface.exe”(CLR v4.0.30319: test_interface.exe): 已加载“C:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll”。已跳过加载符号。模块进行了优化,并且调试器选项“仅我的代码”已启用。
“test_interface.exe”(CLR v4.0.30319: test_interface.exe): 已加载“C:\windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll”。已跳过加载符号。模块进行了优化,并且调试器选项“仅我的代码”已启用。
“test_interface.exe”(CLR v4.0.30319: test_interface.exe): 已加载“C:\windows\Microsoft.Net\assembly\GAC_MSIL\mscorlib.resources\v4.0_4.0.0.0_zh-Hans_b77a5c561934e089\mscorlib.resources.dll”。模块已生成,不包含符号。
“System.AccessViolationException”类型的未经处理的异常在 test_interface.exe 中发生
尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
The text was updated successfully, but these errors were encountered: