I\'m following a video tutorial where I\'m required to create an empty ASP.NET Web
Application with MVC
, using Visual Studio 2015
, bei
None of these solutions worked for me. I just updated Visual Studio (updates were available) and suddenly it just works.
just in case someone is interested - the solution with clean cache didnt work for me. but i've managed to solve an issue but uninstalling all .Net frameworks in the system and then install them back one by one.
Try clearing the ComponentModelCache,
1.Close Visual Studio
2.Delete everything in this folder C:\Users\AppData\Local\Microsoft\VisualStudio\14.0\ComponentModelCache
3.Restart Visual Studio
4.Check again
this also used VS2017 to get solution