2010-07-07 122 views
7

我已經添加了對「System.ServiceModel」庫的引用,但「WebHttpBinding」類不在其中。根據文件,它應該在那裏(WebHttpBinding)。我已經在3.5和4.0框架中嘗試了這一點。爲什麼找不到System.ServiceModel.WebHttpBinding?

感謝您的任何幫助。

+3

你引用了System.ServiceModel.Web.dll嗎?即添加對此特定DLL的引用? – shahkalpesh 2010-07-07 17:49:19

+0

這是問題。我只是引用了System.ServiceModel.dll。將您的答案作爲實際答案發布,我會接受它。謝謝。 – Sako73 2010-07-07 17:53:15

回答

14

您需要添加對System.ServiceModel.Web(System.ServiceModel.Web.dll)的引用。

登記MSDN