开发者

Visual Studio 2008 Blank Tool Window

开发者 https://www.devze.com 2023-01-01 04:20 出处:网络
I have a blank property window that I can not get rid of in Visual Studio 2008 SP1. I have开发者_如何学Python tried every thing to get rid of it.

I have a blank property window that I can not get rid of in Visual Studio 2008 SP1. I have开发者_如何学Python tried every thing to get rid of it.

If I close it it shows right back up after going into debug mode or restarting visual studio. I have tried every thing to fix all the way to reinstalling VS with no luck.

Does any one have a solution for this?

Visual Studio 2008 Blank Tool Window


Use the following fix:

Close all instances of Visual Studio Navigate to the following directory (I am using 2008 – for a different version change the 9.0 to reflect the correct version number/folder)

"%userprofile%\Local Settings\Application Data\Microsoft\VisualStudio\9.0". 

You should see four files:

  1. toolbox.tbd
  2. toolbox_reset.tbd
  3. toolboxIndex.tbd
  4. toolboxIndex_reset.tbd

Move these files to another folder (or, if you are very brave, delete them altogether. Note, this is very much a case of “Worked on my (colleague’s) PC” – do this at your own risk. Restart Visual Studio and hey presto, your Toolbox should be back to where it needs to be. The user in question did not have any custom items in his toolbox so I can only assume that the fix reverted the toolbox to the original Visual Studio state.


Click Window, Reset Window Layouts.

If that doesn't help, click Tools, Import and Export Settings, Reset all settings. (But backup your current settings)


One thing to try is via the Visual Studio 2008 command line you can run the following command.

devenv /resetsettings

This will restore to factory settings, this could clear up the issue, re-install wouldn't do this for you.

0

精彩评论

暂无评论...
验证码 换一张
取 消