WCF Contract Name 'IMyService' could not be found?
- by M3NTA7
The contract name 'IMyService' could not be found in the list of contracts implemented by the service 'MyService'.. --- System.InvalidOperationException: The contract name 'IMyService' could not be found in the list of contracts implemented by the service 'MyService'.
This is driving me crazy. I have a WCF web service that works on my dev machine,…