我正在尝试使用 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 版本。