My studio toolbox icons are all messed up. Is there a way to fix them?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
If you do not have custom controls just reset the toolbox. Right-click on toolbox then click reset.
Here are a couple posts with some more discussion about the problem: http://xman892.blogspot.com/2007/05/visual-studio-toolbox-icons-mess.html and http://social.msdn.microsoft.com/Forums/en-US/vbide/thread/99afde0e-80e9-4f11-996c-6433608398ca
回答2:
You could
- Export all you existing settings/customizations (minus the Toolbox settings)
- Reset the entire Visual Studio environment back to one of the base options
- Import the options saved earlier (you didn't export the Toolbox settings so this will stay as default)
Like so
- Goto Tools > Import and Export settings > Export selected environment settings.
- In the dialog check everything expect the 'Toolbox' option under the 'General' tree item. Continue to save this to a known location.
- Goto Tools > Import and Export settings > Reset all settings. Don't bother saving, just overwrite with whatever you want.
- Goto Tools > Import and Export settings > Import selected environment settings and choose the file you exported to ealier on.
回答3:
Just close Visual Studio & remove the *.tbd files from the C:\Users{user}\AppData\Local\Microsoft\VisualStudio\8.0 location and restart VS. It will resolve this issue.