Properties page not displaying in Visual Studio 2008

前端 未结 9 1516
遥遥无期
遥遥无期 2021-01-19 09:58

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

相关标签:
9条回答
  • 2021-01-19 10:17

    After re-install my system, i ran into this as well. Here is how I resulted this problem.

    1. in the Solution Explorer, right-click the solution item, and select "Unload Project"

    2. right-click again, and select "Reload Project".

    0 讨论(0)
  • 2021-01-19 10:19

    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.

    0 讨论(0)
  • 2021-01-19 10:19
    devenv.exe /resetskippkgs
    

    worked for me.

    0 讨论(0)
  • 2021-01-19 10:21

    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

    0 讨论(0)
  • 2021-01-19 10:26

    F4 brings up the missing property window. I found that hidden in the Microsoft documentation. At least it worked on my vb 2008.

    0 讨论(0)
  • 2021-01-19 10:28

    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.

    0 讨论(0)
提交回复
热议问题