Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2010 toolbar takes too long to load

Each time that I open the VS2010 application, the toolbar seems to take ages to load (at least 10 minutes to load the toolbox on each application start). The status message at the bottom of the VS2010 screen displays:

Loading toolbox content from package 'Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage'

I've got Telerik ASP.NET, Silverlight and WinForms controls added to my toolbox apart from the standard controls in Visual Studio.

Tried disabling AutoToolboxPopulate but that didn't help. Any ideas on how I can speed this up?

Additional info:

  • The toolbox is set to auto hide
  • After the first 10 minute delayed load, the toolbox works fine during the rest of the time that I've got Visual Studio running.
like image 823
Zishan Neno Avatar asked Aug 14 '12 11:08

Zishan Neno


2 Answers

This fix helped Fixing a broken toolbox (In Visual Studio 2010 SP1) - Michael Crump

like image 59
Zishan Neno Avatar answered Oct 30 '22 17:10

Zishan Neno


I Resolve the Problem by Move "Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.dll" From C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies And Place It For Next Use to C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\bk

like image 29
Afshin Avatar answered Oct 30 '22 16:10

Afshin