在 Windows 7 上静默关闭 VS 2008
我正在尝试在 Windows 7 上使用 Visual Studio 2008 构建 MFC Windows 应用程序。我使用 Visual Studio 的“批量构建”功能,只需一键单击即可发布和调试多个项目的输出。
问题是:通常,在我指示 VS 2008 后,几分钟后 VS 会在没有任何解释的情况下关闭其窗口。我已经在网上搜索过这些事情,但似乎没有人给出答案。
我不能比这更具体了。 VS 会直接关闭,你不会得到任何信息。
提前致谢,
塞尔吉奥
I am trying to build a MFC Windows Application with Visual Studio 2008 on Windows 7. I use the "Batch build" feature of Visual Studio to get both Release and Debug of several projects' outputs with only one-click.
The problem is: Frequently, after I instruct VS 2008, some minutes later VS closes its window without any explanation. I have already seach the Web about these things and it seems that nobody as an answer.
I cannot be more specific than this. VS simply closes and you will not get any information.
Thanks in advance,
Sérgio
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我能给出的最佳答案是直接联系 Microsoft 并让他们知道您的问题。如果没有错误信息,则可能是它们没有处理异常,程序只是正在关闭。
The best answer I could give would be to contact Microsoft directly and let them know of your problem. If there is no error information, it could be that they are not handling an exception and the program is just closing instead.
似乎安装 http://arstechnica.com/microsoft/news/2009/03/widely-reported-crash-in-visual-studio-2008-sp1-fixed.ars 解决了该问题。
Seems that installing the patch quoted on http://arstechnica.com/microsoft/news/2009/03/widely-reported-crash-in-visual-studio-2008-sp1-fixed.ars solves the issue.