I have an old ASP.NET MVC 4 project in our solution. I just installed Visual Studio 2017 RC Community Edition (VisualStudio / public.d15rel / 15.0.26020.0). We have successfully used VS2015.
When I load the solution into VS2017RC, I get an error:
The application which this project type is based on was not found.
I installed ASP.NET MVC 4 after installing VS2017RC, but this did not help.
I plan to upgrade it to a newer version of ASP.NET MVC, but I hope to use VS2017 on average.
source share