views:

51

answers:

2

I have a blank property window that I can not get rid of in Visual Studio 2008 SP1. I have 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?

Blank Property Window

A: 

Click Window, Reset Window Layouts.

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

SLaks
That had no affect on it. It did not even go away for a sec.
Superdumbell
A: 

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.

Mitchel Sellers
You don't need the command line.
SLaks
This also had no affect :(
Superdumbell