Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Howto Speedup Visual Studio(2005/2008) Toolbox initialization

Every time I open a windows forms application in VS .NET it takes minutes to initialize the Toolbox. Is there a way I can tell VS to cache this toolbox somehow?

like image 645
SDD Avatar asked Mar 03 '09 13:03

SDD


1 Answers

Turn off AutoToolboxPopulate in Tools->Options->Windows Forms Designer->Tools.

like image 189
koni Avatar answered Sep 21 '22 09:09

koni