Visual Studio Solution Unavailable (reload doesn't work)
I faced this problem recently. The procedure below worked for my solution:
- Right click the project which is not loading, in VS Solution Explorer
- Click on
Remove
and confirm the removing process - Right click the
Solution
and selectAdd > Existing Project
- Browse to the
.csproj
file in the project folder
If the above procedure does not work, then check the .NET targeted framework. May be Framework Incompatibility must be also one reason of the problem
If it shows error while you perform above steps then please check this
You do not have permission to access the IIS configuration file - Web app error
I was having the same problem on VS 2017 CE.
I opened a .sln
and the solution was empty (unavailable).
This solved my problem:
- open the
.sln
file in VS - right click on the project name (unavailable) in the solution explorer
- click on "
install missing.
.." (i don't remember the exact text)
Have you tried re-adding the project to the solution from within VS? That can fix an invalid path