您的位置:首页 > 其它

System.AccessViolationException: 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。

2014-01-27 14:37 357 查看
系统debug时出现错误,System.AccessViolationException: 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。

Attempted to read or write protected memory. This is often an indication that other memory is corrupt

从网上查阅,大多都是说因为调用C++等dll等等,但系统中确实没有关于其他dll的调用,很是郁闷。最后查得设置配置参数即可。

解决办法:

Tools menu ->Options -> Debugging -> General -> Uncheck this option "Suppress JIT optimization on module load"

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐