简体   繁体   English

Asp.Net“未处理AccessViolationException”错误

[英]Asp.Net “AccessViolationException was unhandled” error

When i installed Oracle 12.x data client althrough previously installed Oracle 11.x on my computer and i run to project i have got this error "AccessViolationException was unhandled. Attempted to read or write protected memory. This is often an indication that other memory is corrupt" . 当我通过计算机上先前安装的Oracle 11.x安装Oracle 12.x数据客户端时,我运行到项目时,出现此错误"AccessViolationException was unhandled. Attempted to read or write protected memory. This is often an indication that other memory is corrupt" Actually this exception does not prevent normally program flow (program fired properly) but the program usually throws exception. 实际上,此异常不会正常阻止程序流(正确触发了程序),但该程序通常会引发异常。 How can i solve this issue? 我该如何解决这个问题?

在此处输入图片说明

Check concurrent access and/or whether both or only the v12 oracle driver is loaded. 检查并发访问和/或是否同时加载或仅加载了v12 oracle驱动程序。 It seems to be a concurrency like problem. 这似乎是一个并发之类的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM