10
votes

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?

5

5 Answers

8
votes

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
2
votes

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.

0
votes

I faced this type of issue when opening project on visual studio 2017.

If you have connected with TFS and I believed that your connection has been lost.

Re-connect and close the project and then reopen using visual studio.

Hope this will helpfull!

-1
votes

On the Notification Area there is a message for Visual Studio 2017 updates. Click on that and this fixed my problem of empty Solution Explorer when u click on a 2015 sln file.

enter image description here