VC++编译完成后计算机挂起并冻结
当项目编译完成时(或者至少当它说完成时),我没有收到任何窗口,没有错误消息或任何东西; VC++ 死机了,我的电脑基本上完全停止响应。
大约五分钟后,任务管理器终于弹出,我可以关闭该程序。这样做后,我看到了这一点:
我将在这里进行一个疯狂猜测,并说上面的图片有问题。顺便说一句,该进程(MSBuild.exe
)(似乎)不会一次全部打开,但这可能只是看起来如此,因为计算机多次冻结,直到我关闭 vc++ 。
这是一个已知问题吗?如果是,我应该怎么做才能再次编译没有此问题的程序?
其他信息:
- Windows 7
- Microsoft Visual C++ 2010 xpress
- 项目类型: 我尝试过“Windows Form Application”项目和“Win32 Project”,两者产生相同的结果。
- 在 VB 中编译项目可以正常工作。 (如果这有帮助的话)
When the compiling of a project is complete (or at least when it says it does), I receive no window, no error message, or anything; VC++ freezes up and my computer basically stops responding altogether.
After about five minutes, Task Manager finally pops up and I'm able to close the program. Upon doing that, I see this:
I'm going to take a wild guess here and say something is wrong with the image above. On a side note, the process' (MSBuild.exe
) don't (seem) to open all at once, but that may only seem that way because the computer becomes frozen multiple times until I shutdown vc++.
Is this a known issue and if so what should I do so I can compile programs without this issue once again?
Additional Information:
- Windows 7
- Microsoft Visual C++ 2010 xpress
- Project Type(s): I've tried on "Windows Form Application" project and "Win32 Project", both produce the same results.
- Compiling projects in VB works as it should. (in case this helps at all)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如 Hans Passant 所建议的,禁用 avast! 解决了这个问题。
As suggested by Hans Passant, disabling avast! solved the problem.
安装过程中是否出现任何错误?
标准的做法(几乎总是有帮助)是重新启动、重新安装、(重新启动)并重试。很可能绝对没有人知道出了什么问题(甚至 MS)。
Did any error pop up during installation?
The standard thing to do (that almost always helps) is rebooting, reinstalling, (rebooting,) and trying again. Chances are absolutely nobody knows what's going wrong (even MS).