Where is System.ServiceModel.Web.dll?

前端 未结 7 1770
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-24 00:54

I am developing a Windows service that exposes a WCF service intended to be consumed by a Silverlight application, as explained in this blog post: http://mtaulty.com/Communi

7条回答
  •  爱一瞬间的悲伤
    2020-12-24 01:28

    Add the following reference to your project

    System.ServiceModel.Web.dll
    

    If you are not able to find System.ServiceModel.Web in - 'Add Reference' click on Component Name to sort the list.

提交回复
热议问题