我在Visual Studio 2013中遇到错误,当达到一个特殊的行并且突然视觉工作室崩溃并显示此消息时
专线是:
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 =>选项=>调试>一般在使用托管兼容模式
答案 0 :(得分:1)
正如我在" 0x0000中遇到的那样,在内存0x0000处引用了0x0000。无法读取内存" 我有时只会遇到问题,在阅读某些内存插槽时,但我的硬盘逐渐崩溃了。
我尝试迁移项目,如果您可以在其他PC上运行它。只是为了确保它不是关于PC的内存本身。