问题描述
在VS2008中加载解决方案时,出现以下消息:
When loading up a solution in VS2008 I get this message:
它在我第一次打开时立即关闭.下次打开它时,VS弹出一个消息框,但最初没有关闭.但是,当我单击用户控件或ASPX页面时,它确实关闭了.
It shut down immediately the first time I opened it. The next time I opened it, VS popped up a message box but did not shut down at first; however, it did shut down when I clicked a usercontrol or ASPX page.
如何找到导致问题的文档?
How can I find which document is causing the problem?
谢谢...
推荐答案
一次打开一个文档,直到它崩溃为止.
Open your documents one at a time until it crashes.
隔离崩溃后,可以打开VS的第二个副本,并将其调试器附加到第一个副本,然后将其崩溃并查看第二个中的异常.(使用Debug,Exceptions打破所有异常)
Once you isolate the crash, you can open a second copy of VS and attach its debugger to the first copy, then crash it and look at the exception in the second one. (Use Debug, Exceptions to break on all exceptions)
这篇关于“打开关联文档时出错";加载VS时的提示信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!