找不到类型或命名空间名称(缺少使用指令或程序集引用?)

时间:2016-10-05 15:50:28

标签: c# using-directives assembly-references

使用此代码:

using System.Web.Http;
class MyClass : IHttpActionResult
{ ... }

我收到错误:

  

无法找到类型或命名空间名称'IHttpActionResult'(是   你错过了使用指令或程序集引用?)

here所示,IHttpActionResult接口在System.Web.Http中定义。

有什么问题?

1 个答案:

答案 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