Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2017 Solution Explorer is empty

When I open an existing VS2015 solution file in VS2017, Solution Explorer is empty. I've tried to close and reopen Visual Studio several times, but the same thing happens every time. How to fix this?

like image 853
Eivind Gussiås Løkseth Avatar asked Mar 08 '17 22:03

Eivind Gussiås Løkseth


3 Answers

This should fix it:

  1. Close Visual Studio
  2. Open Developer Command Prompt for VS 2017 (from Windows start menu)
  3. Run devenv /updateconfiguration
  4. Reopen Visual Studio
like image 147
Eivind Gussiås Løkseth Avatar answered Oct 20 '22 09:10

Eivind Gussiås Løkseth


I'm experiencing the same issue. VS goes through all the steps when loading a solution, including "Preparing Solution", but then the Solution Explorer just comes up empty. So far I haven't found a solution. I tried deleting .suo files, and I tried cleaning the solution.

Like Eivind, I need to open the solution from the file menu. Fortunately, that has always worked for me so far.

like image 39
user3215491 Avatar answered Oct 20 '22 11:10

user3215491


Today's update for VS2017 fixed it for me. Also see https://developercommunity.visualstudio.com/content/problem/24529/solution-doesnt-open-in-vs-2017.html

like image 39
Leon Avatar answered Oct 20 '22 09:10

Leon