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

前端 未结 5 420
没有蜡笔的小新
没有蜡笔的小新 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:25

    Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.0,..."

    Your application is using MVC3, but according to your own comment, the server has MVC2 (2.0.50217.0).

提交回复
热议问题