Show Fault exception from WCF service on client side.
- by Vinay Pandey
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?