Hi,
When Ria Services was Preview, Brad Abrams wrote about DomainServiceProxy:
http://blogs.msdn.com/brada/archive/2009/07/30/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-xx-asp-net-mvc.aspx
In Mvc, it allowed to use domain service class directly in actions as: domainService.GetXXX();
Since Wcf came, this proxy has been working incorrectly - it returns something like "incorrect program/image" (I don't know really, as BSOD shows localized version for me). Proxy class from Brad had been dynamically creating type that inherited from functions
in domain service (all functions had to be virtual).
I'd like to know 1) if anyone has already done sth similar for Wcf Ria Services... or 2) if anyone knows technical aspects of Wcf Ria Services so well, that can suggest what should be changed in the proxy class.
Thanks in advance.