总是收到"Microsoft Visual Studio忙"消息 [英] Always getting the 'Microsoft Visual Studio is busy' message

查看:106
本文介绍了总是收到"Microsoft Visual Studio忙"消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

不确定如何处理.我有一个包含约65个项目的解决方案,而有些解决方案却很少,而且经常收到Microsoft Visual Studio忙碌消息作为通知.我运行了过程监控器,但实际上 没告诉我太多.这损害了我的表现,有时我需要等待45秒才能重新获得控制权.有人吗?

Not sure where do go with this. I have a solutions with ~65 projects, some solutions with less and often, I get the Microsoft Visual Studio is busy message as a notification. I ran process monitor but that really didn't tell me much. This is killing my performance, sometimes I have wait 45 seconds before I get control back. Any one???

谢谢

拉尔夫

推荐答案

拉尔夫,

Hi Ralph,

我们可以使用一些工具来帮助诊断这种情况的原因.您是否有兴趣进行此操作,还是只想在此处告知问题? (在另一个主题上,我还建议您可以使用连接"网站报告问题,例如 这个:
Microsoft Connect:

There are some tools we can use to help diagnose the cause of this.  Are you interested in pursuing this, or did you just want to make the issue known here?  (On another thread, I also recommended you can use the Connect site to report issues like this:
Microsoft Connect: https://connect.microsoft.com/intro/?wa=wsignin1.0)

为了对此进行诊断,我们可以尝试收集一些有助于确定瓶颈的诊断信息.您的项目是否遍布整个网络?网络共享上是否有任何引用,源文件,目标文件夹等?
您熟悉过程监视器工具吗?进程监视器:

To diagnose this, we can try gathering some diagnostics that may help identify the bottleneck.  Is your project distributed at all over a network; any references, source files, target folders, etc. on network shares?  
Are you familiar with the Process Monitor tool? Process Monitor:http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx.  With this, you can watch all file and registry accesses in hopes of identifying what, if any, such actions may be related to the delay.
Also, you can use the Task Manager (or Process Explorer) to launch the debugger against devenv.exe itself.  In this way, you can get an idea of what threads are hanging the process.

当它像这样悬挂时,是不是繁忙悬挂"? CPU处于活动状态,还是闲置"状态?

When it hangs like this, is it a "busy hang" where the CPU is active, or is it an "idle hang" where the CPU is not active, and the process is likely waiting for some external event or other system object to be signaled?


这篇关于总是收到"Microsoft Visual Studio忙"消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆