What does this WCF error mean: “Custom tool warning: Cannot import wsdl:portType”

后端 未结 13 1828
难免孤独
难免孤独 2020-11-29 17:38

I created a WCF service library project in my solution, and have service references to this. I use the services from a class library, so I have references from my WPF applic

13条回答
  •  被撕碎了的回忆
    2020-11-29 18:18

    Go to Advanced properties while adding reference and remove "System.Window.Browser" from the checklist, It solves the problem.

提交回复
热议问题