Troubleshooting Exceptions: System.ServiceModel.ProtocolException

A ProtocolException exception occurs on the client when communication with the remote party is impossible because of mismatched data transfer protocols.

Remarks

The ProtocolException can be caused by incompatible bindings between endpoints, the use of an incorrect remote endpoint address, or similar incorrect configuration.

See Also

Tasks

How to: Use the Exception Assistant

Reference

ProtocolException