-
My Dev team is having issues to incorporate Silverlight with Bxf in the CSLA 4.0 Factory Model, that has to call the wcf to fetch the data from database. Has anybody faced similar issues? Any help in this regard is appreciated as we are hitting the wall at this time!
-
This sounds like a serialization issue, probably where some non-supported type is being used for a property value. The MobileFormatter serializer knows how to serialize the primitive types in .NET, plus String and Guid and DateTime, and it knows how to serialize custom types that implement IMobileObject...
-
Dear Jaans, I wounder If you can help to apply this solution for telerik RadComboBox, I tried myself but didn't succeed Best
-
Dear Jaans, I was preparing a repo to send to you, when I suddenly descoverd the issue !!! It was the Region combo, I was using telerik combo for Regions and not your modified one, when I replace the telerik combo with that one, everything worked fine as excpected ... I now have simple issue, which is...
-
Dear Jaans, Appreciate your prompt reply. I tried and changed the SelectedItem to be Twoway and made the SelectedValueProper Oneway . Well, I am almost there, It doesn't do the trick first time , but If I continue to change the Gov, Regions changes accordingly . Here is the Gov item source , it is...
-
Hello Jaans, I though this could help me !! but not ... let me explain my issue in details: I have two comboboxs; the first one is showing the Countries , based on its selection the second combo is showing list of Regions , this is how i define the Countries ( Gov ) combo in xaml: < Infrastructure...
-
Normal 0 false false false EN-US X-NONE X-NONE Hi, We need some expert advice. Currently our product successfully implements CSLA using Silverlight for the client, but we want to expand our product by implementing other clients. In particular we want to create a Service Layer using the MVC Web API as...
-
Hi! Our Silverlight 5 application's BOL has a couple of business objects with pretty deep hierarchy. Such as ProductEdit => SectionList => SectionEdit => FieldList => StepList => StepEdit =>SecuritySettingsList=>etc. Some validation rules defined on child level but other like...
-
I am updating my Silverlight app which was previously using CSLA 4.1. In configuring the web server, I had added an SlPortal.svc file as the service endpoint for making calls to the data portal. Works great with CSLA 4.1 but when I changed to CSLA 4.5, it gave me an error message saying it could not...
-
Hi Rocky Since moving over from 4.3 to 4.5 I'm experiencing a strange issue with the Xaml ViewModelBase when calling BeginSave() and the DataPortal throws an exception. BeginSave works just fine when there is no exception on the server side data portal, however what I'm observing is that if the...