【问题标题】:Microsoft visual studio 2013 has stopped working - windows 8.1Microsoft Visual Studio 2013 已停止工作 - Windows 8.1
【发布时间】:2014-08-16 05:52:48
【问题描述】:

我在 Visual Studio 2013 中遇到错误,当它到达特殊线路时,Visual Studio 突然崩溃并显示此消息

专线是:

 Plans_Customers plan = model.Plans_Customers.SingleOrDefault(x => x.ConfirmCode == code);

我研究并找到了类似Visual Studio 2012 has stopped working
no exports were found...Visual Studio 2013 Professional RC has Stopped Working 的链接,.. 但没有帮助我
我的 Visual Studio 对其他项目是正确的,并且在该项目的其他行中正常工作,只是在这一行有错误!!!为什么?谁能帮帮我?

更新:我找到了答案:转到 Tools=> Option =>Debugging > General On Use Managed Compatibility Mode

【问题讨论】:

标签: c# visual-studio visual-studio-2013


【解决方案1】:

正如我所经历的“内存 0x0000 引用了 0x0000。无法读取内存” 我只是有时在读取某些内存插槽时遇到问题,但逐渐我的硬盘坏了。

如果您有空,我会尝试迁移项目,在其他 PC 上运行它。只是为了确保它与 PC 的内存本身无关。

【讨论】:

  • 我在另一台电脑上测试,但我在同一行有同样的错误
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2012-10-12
  • 1970-01-01
  • 2011-10-18
  • 2016-10-07
  • 1970-01-01
  • 2016-03-08
  • 2014-06-11
相关资源
最近更新 更多