Could not load file or assembly 'System.Web.Mvc' or one of its dependencies

前端 未结 5 422
没有蜡笔的小新
没有蜡笔的小新 2020-12-31 21:56

I have this new MVC application which I have installed on Windows 2008 Server. And get the following message when I run the localhost.

I have checked in the Bin fol

5条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-31 22:21

    Right Click to Project -> Manage Nuget Packages for solution than update

    Microsoft.AspNet.Mvc and Microsoft.Net.Compilers

提交回复
热议问题