Cannot find Property Manager option in Visual Studio (not Express version)

前端 未结 11 1121
半阙折子戏
半阙折子戏 2020-12-30 19:02

I need to work with the Property Sheet of a project. I followed instruction on msdn to try to find Property Manager under View, but I do not see Property Manager as a menu

相关标签:
11条回答
  • 2020-12-30 19:23

    I finally found mine under View->Other Windows, near the bottom.

    0 讨论(0)
  • 2020-12-30 19:24

    This is how I restored the Property Manager menu item in Visual Studio 2013:

    1. Select Tools\Customize
    2. Select the Commands Tab and Menu Bar
    3. Under the dropdown beside Menu Bar, select "View | Other Windows" (or wherever you'd like to put it)
    4. Click "Add Command..." and select the View category
    5. Find and select Property Manager from Commands and click OK
    0 讨论(0)
  • 2020-12-30 19:25

    View > Property Manager or View > Other Windows > Property Manager, please try this

    0 讨论(0)
  • 2020-12-30 19:29

    In my case it was just in the VIEW toolbar - almost in the bottom. Running VS2013 Pro update 3

    0 讨论(0)
  • 2020-12-30 19:31

    None of the above answers worked for me. What worked for me is:

    Tools -> Import and Export Settings -> Reset all settings -> ... -> Visual C++ Development Settings

    0 讨论(0)
  • 2020-12-30 19:32

    Despite I selected Visual C# settings at first use, for some reason, VC++ settings were ON, causing the visual components property window to not show up while pressing F4. Selecting Visual C# settings ( in Tools | Import and export settings... | Reset All ) made it work.

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