【发布时间】:2014-10-26 07:50:06
【问题描述】:
您好,我已经使用 VS 2010 开发了一个 ASP.Net MVC 3.0 应用程序,并将其托管在使用 IIS 的服务器中。我在尝试使用托管 url 访问应用程序时遇到以下错误。
Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
【问题讨论】:
标签: asp.net-mvc-3 iis web-hosting