Another problem is when I am designing WinForm, the tool box went empty completely, no Windows Form controls like textbox, label... at all. Luckily I find a fix:
1, Navigate to this folder
Windows 7:
C:\Users\zhang5\AppData\Local\Microsoft\VisualStudio\10.0
Windows XP:
C:\Documents and Settings\Local Settings\Application Data\Microsoft\VisualStudio\10.0
(For VS2008 it will be 9.0)
2, Delete these hidden files
"toolbox.tbd", "toolboxIndex.tbd", "toolbox_reset.tbd", "toolboxIndex_reset.tbd"
Restart Visual Studio and it recovers.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwDSXx8z4RH5FY8Pg_wnsZAOf4JSKTEwuztztlJtfvnQFqqybIA2P1bqyxpO-V2fg8Hw8x5ceb-74KIO51UDZ64CoTm_K0VbvUNnczpfjDrEbAO2Yc3OuhJzxpjTiNF8oF3O98Z_-nlrM/s400/Snap+2012-03-14+at+13.57.33.png)
1 comment:
Thanks, worked for me too.
Post a Comment