Visual Studio 2010 Ultimate - 收到 System.ExecutionEngineException 启动错误

发布于 2024-10-13 04:52:16 字数 296 浏览 2 评论 0原文

我最近在我的 Windows 7 Ultimate 64 位版本计算机上安装了 VS2010 Ultimate,并且在启动 IDE 时随机收到“mscorlib.dll 中发生了类型为‘System.ExecutionEngineException’的未处理异常”(或者看起来如此)。如果我重新启动计算机,那么 IDE 大约 50% 的情况下会正常启动。如果没有,我必须继续重新启动,直到它最终表现正常。

我在各个网站上查看过,这似乎是来自许多不同问题的错误......知道为什么我可能会收到它,或者我应该检查什么?

感谢您提供的任何帮助或建议。

I recently installed VS2010 Ultimate on my Windows 7 Ultimate 64-bit Edition computer and I receive "An unhandled exception of type 'System.ExecutionEngineException' occurred in mscorlib.dll" randomly (or so it seems) when starting the IDE. If I reboot the computer then about 50% of the time the IDE will start normally. If not, I have to keep rebooting until it finally behaves normally.

I've looked around on various sites and this seems like an error that comes from many different problems ... any idea on why I might be receiving it, or something I should be checking for?

Thanks for any help or advice you care to offer.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

oО清风挽发oО 2024-10-20 04:52:16

您检查过系统事件日志吗?那里可能有一些线索。您还可以尝试一些 VS 命令行参数,例如 < a href="http://msdn.microsoft.com/en-us/library/ms241272.aspx" rel="nofollow">日志,安全模式, 重置设置

另一种更高级但不适合胆小的方法是使用调试工具Windows 从 WinDbg 启动 devenv.exe,通过查看线程正在执行的操作(堆栈跟踪等)来了解导致崩溃的原因。

Have you checked the system event log? There might be some clues there. You can also try a couple of the VS command line parameters such as Log, SafeMode, ResetSettings.

Another approach which is more advanced and not for the faint of heart is to use Debugging Tools for Windows to start devenv.exe from WinDbg to see what causes the crash by looking at what threads are doing (stack trace, etc.).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文