【发布时间】:2011-08-02 16:07:14
【问题描述】:
这个问题与此有关:Problem with bin Deploying ASP.NET MVC 3 我用targetFramework="4.0" 删除了行,但现在我遇到了另一个问题。它说:
Could not load file or assembly 'EntityFramework' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
我无法访问 IIS 服务器,因为它来自我的托管服务提供商。这很奇怪,因为我的一个网站正在此服务器上运行(MVC3 也是),现在我正在尝试添加下一个但它无法正常工作。感谢您的每一个帮助。
【问题讨论】:
标签: asp.net-mvc-3 iis deployment .net-4.0