INCLUDING REPRO AT END OF THREAD
I vaguely remember seeing a post on this before but I couldn't locate it and I didn't see anything in the change log to indicate this was addressed.
We're using version 4.5.10. If I do something like this, my exceptions are not bubbling up to the client.
protectedoverridevoid DataPortal_Update() { thrownewException("BOOM!"); }
I can put breakpoints in my OnSaved & OnError viewmodel methods, and they don't get hit. This previously worked. While I cannot say definitively it was the upgrade to 4.5.10 that caused it (from like 4.2 I think) I believe it is the case.
Is there anything that could have changed in CSLA that would have perhaps introduced an issue? It's a fairly decent sized problem for us (it's not in production - next release though)
Edit: It's coming back to my CompressedWcfProxy (which inherits WcfProxy) and gets to CompressedWcfProxy.ConvertResponse but then fails... I can't seem to debug the Silverlight CSLA code so still trying to determine where it's failing.