I had a stupid error a few weeks back which involved a WCF service, A end of the day configuration issue and some totaly unrelated error message. In short after googleing i came across the solution and i decided it was one to remember.
solution on the blog of :
The contract name xxxxxxx could not be found in the list of contracts implemented by the service
So what you need to do:
Check names of interfaces
Check namespaces
Check the service attributes ([AspNetCompatibilityRequirements(RequirementsMode=AspNetCompatibilityRequirementsMode.Allowed)])
Supercharge your debugging with git bisect
3 days ago
No comments:
Post a Comment