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.
相关问题
- the application was unable to start correctly 0xc0
- Project Build gets Skipped in VS2008 after convers
- Index was out of range. Must be non-negative and l
- How to decide what is the .Net target
- Windows Forms Designer destroys form layout
相关文章
- How to add external file to application files ( cl
- using Visual Studio to copy files?
- The project file '' has been renamed or is
- Moving focus to next tab group in Visual Studio 20
- Can you turn off (specific) compiler warnings for
- How do I start a second console application in Vis
- Change font size and style in Visual Studio 2008
- What exactly is the “Multi-threaded Debug DLL” Run
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.
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.
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.
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
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++
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".