What does this WCF error mean: "Custom tool warning: Cannot import wsdl:portType"
- by stiank81
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 application project in addition to the class library. Services are set up straight forward - only changed to get async service functions.
Everything was working fine - until I…