c# – Visual studio忙着等待内部操作

很多时候在调试我的(WinForms)应用程序时遇到断点,Visual Studio会在10-20秒内无响应,我在右下角看到以下消息Visual Studio正忙:Microsoft Visual Studio正在等待内部操作完成.每次发生时,我都会看到Visual Studio Standard Collector正在使用大量的cpu.谁能告诉我这个标准收藏家是什么,以及是否有办法避免这种情况发生?这是在 Windows 10,VS Community 2015 Update 1上.

解决方法

这是一个已知的错误.

https://connect.microsoft.com/VisualStudio/feedback/details/1630071/visual-studio-standard-collector-unbounded-memory-usage

Posted by Allen [MSFT] on 11/3/2015 at 10:20 AM:
Thank you very much for reporting this. We have researched the root cause and have made a fix that will be provided in VS2015 Update 1. Update 1 is due out in coming weeks.

在您更新之前,Allen建议以下修复:

Meanwhile,if you notice that hte process consumes too much memory you have two ways to recover. Simplest is just to restart your machine. That will get everything back to a fresh state. The other thing you can do to alleviate the memory consumption is to stop the Visual Studio Standard Collector Service using the Service Manager UI.

https://social.msdn.microsoft.com/Forums/en-US/cd1d1c57-fbf0-4076-a708-5e9516f359b1/visual-studio-standard-collector-service-disabled-for-productivity-during-debugging?forum=visualstudiogeneral

相关文章

在要实现单例模式的类当中添加如下代码:实例化的时候:frmC...
1、如果制作圆角窗体,窗体先继承DOTNETBAR的:public parti...
根据网上资料,自己很粗略的实现了一个winform搜索提示,但是...
近期在做DSOFramer这个控件,打算自己弄一个自定义控件来封装...
今天玩了一把WMI,查询了一下电脑的硬件信息,感觉很多代码都...
最近在研究WinWordControl这个控件,因为上级要求在系统里,...