WCF FaultContracts not working for Silverlight Client Proxy
Posted
by sarwara
on Stack Overflow
See other posts from Stack Overflow
or by sarwara
Published on 2010-03-30T05:49:01Z
Indexed on
2010/03/30
5:53 UTC
Read the original article
Hit count: 234
wcf
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
© Stack Overflow or respective owner