【发布时间】:2013-10-29 07:21:32
【问题描述】:
我正在尝试使用 Breeze 和 AngularJS 从 Jhon Papa 创建 HotTowel 示例应用程序。我已经安装了所有必需的包,在安装 Breeze.WebApi 包之前一切正常,但是在我安装了这个包之后,我在 WebApiRoute 配置方法上得到了以下异常。
<ExceptionMessage>
Could not load file or assembly 'System.Web.Http, Version=4.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)
我已引用 System.Web.Http dll 进行项目,但使用的是最新的 5.0.0 版本。
【问题讨论】:
-
我觉得它和我的有点不同