Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 option under Tool. I only saw Property Pages and Properties Window. I tried both options but they do not seem to be where I can create a property sheet. My Visual Studio version is as follows: Microsoft Visual Studio 2010, Version 10.0.40219.1 SP1Rel Microsoft .NET Framework Version 4.0.30319 SP1Rel. Can anyone please give a pointer? Thanks.

like image 518
user1030532 Avatar asked Apr 16 '12 18:04

user1030532


People also ask

How do I open property manager in Visual Studio?

To display Property Manager, on the menu bar, choose View > Property Manager or View > Other Windows > Property Manager, depending on your settings.

How do I get the Properties tab back in Visual Studio?

Click on the Project name in the Solution Explorer and then press F4. The Properties window/tab should now appear.

How do I get the Properties tab in Visual Studio 2019?

You can find Properties Window on the View menu. You can also open it by pressing F4 or by typing Properties in the search box. The Properties window displays different types of editing fields, depending on the needs of a particular property.

How do I get to project Properties in Visual Studio?

You access project properties by right-clicking the project node in Solution Explorer and choosing Properties, or by typing properties into the search box on the menu bar and choosing Properties Window from the results.


2 Answers

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

like image 127
kmote Avatar answered Oct 07 '22 18:10

kmote


Try resetting your View menu, Property Manager should indeed be there.

  1. Go to Tools -> Customize.
  2. In the popup window, select the Commands tab.
  3. Select the Menu bar: button, and in the dropdown menu select View
  4. Click Reset All and confirm.

This should restore Property Manager to your View menu.

like image 31
Fraser Avatar answered Oct 07 '22 18:10

Fraser