簡體   English   中英

找不到類型或名稱空間名稱(缺少使用指令或程序集引用嗎?)

[英]Type or namespace name could not be found (missing using directive or assembly reference?)

使用此代碼:

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

我得到錯誤:

找不到類型或名稱空間名稱“ IHttpActionResult”(您是否缺少using指令或程序集引用?)

如所示在這里 ,所述IHttpActionResult接口中定義System.Web.Http

怎么了?

修正了這個問題(嚴格把這一規定在項目>參考經理):

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM