Visual studio 2005 toolbox icons messed up

2019-06-13 01:42发布

My studio toolbox icons are all messed up. Is there a way to fix them?

alt text

3条回答
时光不老,我们不散
2楼-- · 2019-06-13 02:18

You could

  1. Export all you existing settings/customizations (minus the Toolbox settings)
  2. Reset the entire Visual Studio environment back to one of the base options
  3. Import the options saved earlier (you didn't export the Toolbox settings so this will stay as default)

Like so

  1. Goto Tools > Import and Export settings > Export selected environment settings.
  2. In the dialog check everything expect the 'Toolbox' option under the 'General' tree item. Continue to save this to a known location.
  3. Goto Tools > Import and Export settings > Reset all settings. Don't bother saving, just overwrite with whatever you want.
  4. Goto Tools > Import and Export settings > Import selected environment settings and choose the file you exported to ealier on.
查看更多
叼着烟拽天下
3楼-- · 2019-06-13 02:29

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

查看更多
小情绪 Triste *
4楼-- · 2019-06-13 02:31

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.

查看更多
登录 后发表回答