I\'m using Visual Studio 2008 Team Development Edition and my Project properties page will not display. I right-clicked the project name and selected \"Properties\" and no
Open the command line and change the directory to your visual studio install directory.
Run devenv /setup
What this basically does is reset your visual studio to the original installation state and resetting the installed packages.
Found the solution here : Property Window is Blank in Visual Studio 2008
The MSDN Entry is here: /setup (devenv.exe