使用此代码:
using System.Web.Http;
class MyClass : IHttpActionResult
{ ... }
我收到错误:
无法找到类型或命名空间名称'IHttpActionResult'(是 你错过了使用指令或程序集引用?)
如here所示,IHttpActionResult接口在System.Web.Http
中定义。
有什么问题?
答案 0 :(得分:0)
修复了在Project>中指定的此问题(与this one严格相关)参考经理:
Microsoft.Owin 2.0.2.0
Owin 1.0.0.0
System.Net.Http.Formatting 5.2.3.0
System.Web 4.0.0.0
System.Web.Http 5.2.3.0
System.Web.Http.Owin 5.2.3.0