问题描述
我已经通过 SVN 下载了 SubSonic 的源代码.当我尝试在 Visual Studio 2008 中打开项目时,它会转换解决方案,加载所有项目,然后消失而没有错误消息.解决方案的后续加载执行相同的操作.如果我运行 devenv/safemode 然后打开项目它工作正常,但我不能使用任何加载项.
有什么追踪坠机事件的想法吗?
在事件查看器中:
事件类型:错误事件源:.NET 运行时事件类别:无事件 ID:1023日期:10/23/2008时间:下午 4:45:05用户:不适用电脑:傅说明:.NET 运行时版本 2.0.50727.3053 - 致命执行引擎错误 (7A035E00) (80131506)看起来这个问题被报告了:
http://code.msdn.microsoft.com/PowerCommands/WorkItem/View.aspx?WorkItemId=34
I've downloaded the source for SubSonic via SVN. When I try to open the project in Visual Studio 2008, it converts the solution, loads all the projects then disappears without an error message. Subsequent loads of the solution do the same. If I run devenv /safemode and then open the project it works fine, but I can't use any add-ins.
Any ideas for tracking down the crash?
Edit: In event viewer:
Event Type: Error Event Source: .NET Runtime Event Category: None Event ID: 1023 Date: 10/23/2008 Time: 4:45:05 PM User: N/A Computer: Foo Description: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A035E00) (80131506)
looks like this issue is reported:
http://code.msdn.microsoft.com/PowerCommands/WorkItem/View.aspx?WorkItemId=34
这篇关于加载解决方案时对 Visual Studio 2008 崩溃进行故障排除的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!