Where is System.ServiceModel.Web.dll?

前端 未结 7 1764
佛祖请我去吃肉
佛祖请我去吃肉 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条回答
  •  梦毁少年i
    2020-12-24 01:19

    I use Visual Web Developer and facing the same issue. My project is already configured targetting .Net 4.0 Framework. The solution for my case is adding reference to my my project by :

    right click on References, choose Add Reference and find System.ServiceModel.Web under .Net Tab

提交回复
热议问题