Whenever I click on an object in the Solution Explorer, in the Properties Dialog, all I can see are the "Misc" properties, usually File Name and File Path, but I need to see the "Advanced" section. Under Tools -> Options -> Text Editor -> C#, there is a checkbox labeled "Hide advanced members". This was unchecked by default, and I've tried checking + restarting visual studio, unchecking again. Regardless, it's still hidden. I'm not even sure that this relates to Properties, but this was suggested as a solution before. How might I go a开发者_JAVA技巧bout fixing this?
EDIT: I'm referring to the properties of files within the project, not the project or solution properties.
This is normally the case for projects and solutions - the properties window only has the file name and path.
Right click on the solution or project node and select Properties
. This will bring up the properties pages for them, instead of the properties window (F4).
If you click on the object in the solution explorer it just shows you the Advanced and Misc properties. If you want to see all the specific properties of the object click on the object itself in the [Design] window.
check the location of folder the items are stored in if they are in folders, they have to be under the project name and not the solutionenter image description here
精彩评论