Visual Studio 2005 缓慢关闭
我的经验是,在几台不同的机器上,无论有插件,没有插件,有许多不同大小的 VB.net 或 c# 解决方案,关闭VS 2005中的解决方案通常需要更多的时间比实际构建解决方案的时间。
自从我开始使用 Visual Studio 2005 以来,这种情况一直存在,所以我已经学会了忍受它,但我很好奇:
当你实际上告诉它关闭时,Visual Studio 到底在做什么? 重要吗? 可以配置吗,可以关掉吗?
I experience that on several different machines, with plugins, without plugins, with VB.net or c# solutions of many different sizes, closing the solution in VS 2005 generally takes significantly more time than actually building the solution.
This has always been the case for me since I started using Visual Studio 2005, so I have learned to live with it, but I am curious:
What on earth is visual studio doing when you have actually told it to shut down? Is it significant? Is it configurable, can you turn it off?
您可以使用 sysinternals 中的进程监视器。 可能是因为某些插件的原因。 尝试重置 Visual Studio 设置(工具 -> 导入和导出设置 -> 重置所有设置)。
You can use Process Monitor from sysinternals. It maybe because of some plugins. Try resetting your Visual Studio settings (Tools->Import and Export Settings->Reset All Settings).