Somehow, I have no idea how, put the project in very weird state where many dll from MVC are missing. Take a look on image, how can I restore them ? I tried with NuGet
install-package aspnetmvc
but it doesn't help
Somehow, I have no idea how, put the project in very weird state where many dll from MVC are missing. Take a look on image, how can I restore them ? I tried with NuGet
install-package aspnetmvc
but it doesn't help
Update-Package -Reinstall
this is the answer for my problem.