I'm trying to make a C# application and I need the server explorer but I can't find it when I click on View menu. I am using Microsoft Visual Studio Express 2015. Is it disabled or did I do something wrong?
Asked
Active
Viewed 6,881 times
3
-
1I know it doesn't answer your question about why it is missing, but the shortcut key combo is `Ctrl+Alt+S`. – Sam Jan 08 '16 at 16:40
-
1Did you check under "Other Windows"? – RizJa Jan 08 '16 at 16:46
-
@RizJa Thanks a lot! The database explorer is. – Gewoo Jan 08 '16 at 16:51
2 Answers
1
If it is missing you can modify your View menu using the following instructions:
- Open Visual Studio
- Go to Tools > Customize...
- Click the Commands tab
- Select View from the Menu Bar dropdown (make sure the Menu Bar radio button is selected)
- Scroll down the menu window until you see Solution Explorer and select it.
- Click the Add Command... button
- Scroll down the Categories list and select View
- Scroll down the resulting Commands list and select Server Explorer
- Click the OK button

Sam
- 9,933
- 12
- 68
- 104
0
The Bad
If you double click on the solution (SLN) file, the result is this.
If you close the solution, the result is this.
The Good
If you close Visual Studio 2015, and then just run it without opening any solution, the result is this.
The Ugly
- Click on File,
- Open,
- Project/Solution,
- Browse to your solution's folder,
- Select the solution file,
- Click the Open button.
There you go! You will now find it under the View menu. I have a screenshot to prove it.
About
Just a little something for posterity.
Microsoft Blend for Visual Studio Community 2015 Version 14.0.25431.01 Update 3 Microsoft .NET Framework Version 4.7.02046
Installed Version: Blend
ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0
ASP.NET Web Frameworks and Tools 2013 5.2.40314.0
NuGet Package Manager 3.5.0
Running on Windows 10.0.15063 (64-bit).

Samir
- 1,213
- 1
- 15
- 27