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
My interfaces of the WCF service are in an assembly, the implementation is in an another and the service reference is in yet another assembly, separate from the clients of the service reference. I got the error message right after I applied the DataContract to an enum. After I applied EnumMember to the fields of the enum, the issue resolved.