Show Fault exception from WCF service on client side.

Posted by Vinay Pandey on Stack Overflow See other posts from Stack Overflow or by Vinay Pandey
Published on 2010-05-13T13:53:36Z Indexed on 2010/05/13 14:34 UTC
Read the original article Hit count: 167

Filed under:
|

Hi Guys,

I have a WCF service hosted, and I have referenced the service in silverlight application. Although the service gives exact error in asp.net applications but it hides the actual error for silverlight application.

How can I get the actual error thrown by the service in my silverlight application?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about Silverlight