Reputation: 457
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?
Upvotes: 3
Views: 7716
Reputation: 1423
If you double click on the solution (SLN) file, the result is this.
If you close the solution, the result is this.
If you close Visual Studio 2015, and then just run it without opening any solution, the result is this.
There you go! You will now find it under the View menu. I have a screenshot to prove it.
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).
Upvotes: 0
Reputation: 10113
If it is missing you can modify your View menu using the following instructions:
Upvotes: 1