views:

885

answers:

2

The VS Database Project does not seem to have the "Show All Files" option in the Solution Explorer. Does anyone know of a way to turn the option on in VS?

The "Show All Files" option on the solution explorer actually does two things. With the option selected, VS shows "hidden/nested" files within the project AND it shows files within the directory of the project that are not currently part of the project. (It shows the latter with a ghosted icon.)

While DB projects may not have nested or hidden files within the project, there is no other way that I know of to have the solution explorer show files within the directory that are not part of the project.

Also, while this action occurs within the solution explorer, it is actually a project issue.

A: 

it is by design. Some project types just don't allow you to. You might be able to go into the sln file in notepad and try something, but it might just screw up your solution.

ScaleOvenStove
+1  A: 

I don't think DB projects nest or hide files, so, in context, the command would mean nothing and be useless.

Will
Although the DB projest do not nest files, the option is still quite relevant. It also has the behavior to show files in the project directory that are not currently part of the project. These files are shown greyed-out. By right clicking one of these files you can "Include in Project".
Metro
Interesting. I've never seen that behavior...
Will