Properties page not displaying in Visual Studio 2008

前端 未结 9 1636
遥遥无期
遥遥无期 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: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

提交回复
热议问题