WCF FaultContracts not working for Silverlight Client Proxy
- by sarwara
We have a Silverlight application client and a WCF Service hosted as Managed Window Service and exposing Service Contracts on BasicHttpBinding.
We are sending FaultContract on the wire in case of exception is caught with the WCF Service Code. We are facing following problem as:
A. If we have Synconized proxy call (in case of Window or Web Client), we are able to catch the Fault Contract.
B. If we are using Silverlight Client which uses Asyncronized calls, we are unable to catch the Fault Contract.
We need help on later problem (B.), Thanks in advance