-
Hi, we are using CSLA v3.8.1.0 in a WPF application. The application is working fine when connecting to a local dataportal (with Slovak regional settings), but when connecting to a dataportal hosted on our dev server (with English regional settings) the properties of the business objects are getting...
-
Hello nice people out there :) I've run into very interesting problem. So far I am using CSLA 4.1 and have built WCF Service (the standart CSLA built-in service) so I can use CommandBase to execute code on the server (n-tier appliation). Most of the CommandBase objects are working fine. The interesting...
-
Hello together! I am trying Csla the first time now. I build a little Projekt with a IIS 7 hosted Wcf Dataportal. The client is a simple WFC client with following App.config: < appSettings > < add key = " CslaDataPortalProxy " value = " Csla.DataPortalClient.WcfProxy, Csla "...
-
What Am I missing? WP7 assemblies can be signed only via Marketplace submission? So, how can unsigned WP7 app (in dev. / test ) "talk" with strong named server side data portal assembly via WCF? Or same thing, once app is submitted to Marketplace, and signed with another key... Thanks.
-
Hi Rocky / all This is in the context of a Silverlight application that uses CSLA 4.1. As you know, if an exception is thrown on the Data Portal it gets wrapped - no actually repackaged/converted (for a more technically correct description) into a WcfErrorInfo class (with as much information about the...