Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ol> <li>Start Visual Studio 2010 commandprompt</li> <li>type in devenv.exe /log "c:\Users\\Desktop\vslog.txt"</li> <li>Just work normally in your visual studio 2010.</li> <li>after your work close visual studio and check the log file (vslog.txt)</li> <li>Search for "<strong>package load took</strong>" or "2C298B35-07DA-45F1-96A3-BE55D91C8D7A"</li> </ol> <p>You might then find something like this:</p> <pre><code> &lt;entry&gt; &lt;record&gt;574&lt;/record&gt; &lt;time&gt;2012/09/14 07:36:45.386&lt;/time&gt; &lt;type&gt;Information&lt;/type&gt; &lt;source&gt;VisualStudio&lt;/source&gt; &lt;description&gt;Toolbox: package load took 0 ms, ResetDefaults call took 12230 ms&lt;/description&gt; &lt;guid&gt;{2C298B35-07DA-45F1-96A3-BE55D91C8D7A}&lt;/guid&gt; &lt;/entry&gt; </code></pre> <p>Now you can search the registry key and delete it (make sure VS2010 is closed).</p> <pre><code>[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\Packages{2‌​c298b35-07da-45f1-96a3-be55d91c8d7a}] </code></pre> <p>Maybe you will see other clues to your problem in the log file.</p> <p>Make sure you <strong>BACKUP</strong> the registry or any other settings you make.</p> <p><strong>Learn more about visual studio switches:</strong> <a href="http://msdn.microsoft.com/en-us/library/xee0c8y7(VS.100).aspx" rel="noreferrer">http://msdn.microsoft.com/en-us/library/xee0c8y7(VS.100).aspx</a> <strong>The bug report on Microsoft Connect:</strong> <a href="http://connect.microsoft.com/VisualStudio/feedback/details/735555/silverlight-5-tools-bug-loading-toolbox-content-from-package-microsoft-visualstudio-ied-toolboxcontrolsinstaller-toolboxinstallerpackage-2c298b35-07da-45f1-96a3-be55d91c8d7a" rel="noreferrer">http://connect.microsoft.com/VisualStudio/feedback/details/735555/silverlight-5-tools-bug-loading-toolbox-content-from-package-microsoft-visualstudio-ied-toolboxcontrolsinstaller-toolboxinstallerpackage-2c298b35-07da-45f1-96a3-be55d91c8d7a</a> </p> <p><strong>extra info:</strong> <a href="http://michaelcrump.net/fixing-a-broken-toolbox-in-visual-studio-2010-sp1" rel="noreferrer">http://michaelcrump.net/fixing-a-broken-toolbox-in-visual-studio-2010-sp1</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload