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 page displayed as it normally would. Also, when I double-click the Settings.settings the normal Settings GUI does not display. I only see the XML in the Settings.settings file. Please Help. Thanks.
问题:
回答1:
It appears that the uninstallation of an add-on is what caused my problem. Reinstalling Visual Studio did not seem to help, so I took extreme measures and reformatted my machine.
回答2:
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
回答3:
After re-install my system, i ran into this as well. Here is how I resulted this problem.
in the Solution Explorer, right-click the solution item, and select "Unload Project"
right-click again, and select "Reload Project".
回答4:
devenv.exe /resetskippkgs
worked for me.
回答5:
The properties page can be displayed when not doing anything else.
Try going to View -> Properties Window and see if its displayed. Or try the keyboard shortcut CTRL-W, P
回答6:
Are you using multiple monitors? Or were you at some point, and no longer?
I have noticed the Project Properties window opening on the wrong monitor sometimes. So maybe it does open it but in the old position.
To test this, open VS, open your solution, right-click on your project and select Properties. Now press [Alt+Space], [M], [Right-arrow] and now move your mouse around. The window should move to your current monitor.
There is also a Window->Reset Window Layout menu, which you could try, but it doesn't seem to affect the Project Properties window.
回答7:
Take a look at this post: "Unspecified error" in Visual Studio 2008 when trying to view project properties
You may need to install the x64 components for Visual Studio 2008. They can be found the install disk. Add Features -> C++
回答8:
Perhaps a bit late in responding. My "properties page Shift+F4" was greyed out, but F4 by itself seemed to open the properties dialog I wanted. Strange.
回答9:
F4 brings up the missing property window. I found that hidden in the Microsoft documentation. At least it worked on my vb 2008.