vote up 2 vote down star

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.

flag

40% accept rate

2 Answers

vote up 0 vote down

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.

link|flag
vote up 1 vote down

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

link|flag
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 Mar 3 at 19:32
Interesting. I've never seen that behavior... – Will Mar 3 at 21:37

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.