Advanced Forum Search Results
-
You can check out my article at the codeproject:
Converting .NET Assemblies to Silverlight Assemblies
http://www.codeproject.com/KB/silverlight/SLAssemblies.aspx
-
You can check out my article at the codeproject:
Converting .NET Assemblies to Silverlight Assemblies
http://www.codeproject.com/KB/silverlight/SLAssemblies.aspx
-
I have been asked many times about how one can handle service exceptions/faults from within silverlight, and I also notice quite a few quiestions on the issue in the forum.
So I have put together a set of simple re-usable classes to solve this very issue and I have posted an article talking all about it at The Code Project.
Provided is the ...
-
I have put together an article on Code project explaining in detail a re-usable set of classes to allow Service Exception handling in Silverlight.
The code wrapps itself around the service calls and adds extra info to the response message if an exception is handled.
This solution works for all scenarios including methods that return ...
-
For a more generic re-usable approach than stated above, that will allow you to throw exceptions from any method, even ones that return primitive values or void, read my article Catch and Handle WCF Service Exceptions in Silverlight
let me know if it helped...