WCF contract mismatch problem
- by Tom
Hi there,
I have a client console app talking to a WCF service and I get the following error:
"The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error."
I think it's becuase of a contract mismatch but i can't figure out why. The service runs just fine by…