2

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?

4

2 に答える 2

1

実際にシャットダウンするように指示したとき、ビジュアルスタジオは一体何をしているのですか?

sysinternals からProcess Monitorを使用できます。いくつかのプラグインが原因かもしれません。Visual Studio の設定をリセットしてみてください ( [ツール] -> [インポートとエクスポートの設定] -> [すべての設定をリセット] )。

于 2008-09-05T06:18:30.563 に答える
0

ソリューションを閉じる前に、開いているすべてのドキュメントを閉じると、処理速度が向上することがわかりました。または、それは単なる認識の問題かもしれませんが、より高速に見えます:)

于 2008-09-05T06:15:44.893 に答える