Visual Studio 2012 "Show All Files" button missing

Visual Studio

Visual Studio Problem Overview


In my solution I have three projects: Console application, class library, and a website project. The Show All Files button is visible on the console and class library project, but soon as I click on the website project the button disappears.

I am running Visual Studio 2012.

Visual Studio Solutions


Solution 1 - Visual Studio

I just got the same problem "Solution Explorer toolbar missing" eg. "Show all files". Here's what I did:

  1. Right click your "Solution".
  2. Select "New Solution Explorer View". This will pop-up a new "Solution Explorer" window with toolbars in it.
  3. Close you original "Solution Explorer" window.

Solution 2 - Visual Studio

Click on folder which must contain target file and Solution explorer properties will be changed. There you can find Refresh button and Show all files button.

Check this post: Improved Solution Explorer in Visual Studio 2012 to Improve Productivity

Solution 3 - Visual Studio

"Show All Files" is not shown in a Web Site Project because it's not needed and all files are already shown in the Solution Explorer. I think that this behavior is the same for older versions of VS

Solution 4 - Visual Studio

In Solution Explorer, click on a project, and then the 'Show All Files' button will appear.

Solution 5 - Visual Studio

If you are in a WebSite project all files are shown by default. If there are some missing (added during debugging etc), just hit the refresh button on the top of the solution explorer and they should appear.

Solution 6 - Visual Studio

None of the above answers worked for me. If this is the case for you try right-clicking on any file in your project, then choosing "Show all files". The "Show all files" icon should now appear on this and all subsequent Solution Explorer windows.

YMMV, be kind. :-)

Solution 7 - Visual Studio

The "Show All Files" auto hides.

Click on the folder that has the hidden file, the button should show up.

By clicking on the project (the folder under the solution) the solution explore checks if all sub folders has hidden file, this will prompt the button to be revealed.

Solution 8 - Visual Studio

If you want to get Show all file menu just hide the solution explorer and open it fom view=>Other Windows=>Solution Explorer and clik it it will show all files menu

Solution 9 - Visual Studio

if you click on solution name in "solution explorer" maybe you will can't see "Show all files" button. because maybe added F# or website project in solution. if you want see "Show all files" button, you must click on project name which is C# or native C++ or C++.net.

Solution 10 - Visual Studio

try to open any file use ctrl+alt+a . once a file will open "show all" button will appear automatically.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionFrison AlexanderView Question on Stackoverflow
Solution 1 - Visual StudioRodolfo MaayosView Answer on Stackoverflow
Solution 2 - Visual Studiouser2323355View Answer on Stackoverflow
Solution 3 - Visual StudioAntonio BakulaView Answer on Stackoverflow
Solution 4 - Visual StudioGiacomo PaitaView Answer on Stackoverflow
Solution 5 - Visual StudioMSkutaView Answer on Stackoverflow
Solution 6 - Visual StudioemptyView Answer on Stackoverflow
Solution 7 - Visual StudioBob WeiView Answer on Stackoverflow
Solution 8 - Visual Studiouser3886802View Answer on Stackoverflow
Solution 9 - Visual StudiohessaminiView Answer on Stackoverflow
Solution 10 - Visual StudiosumantView Answer on Stackoverflow