CSLA 3.8 Question - is it possible to log Data Portal Exceptions on the...
I know that this capability has been added to CSLA 4.x with the inclusion of the IDataPortalExceptionInspector. We have an old "legacy" project using CSLA 3.0.x (but which I just verified today could...
View ArticleUse of BindingSource (Windows Forms)
Hi all,I wonder whether one must really use BindingSource under Windows Forms. Did anyone try doing it without BindingSource?
View ArticleCSLA 3.0.6 to latest version 4.5.501
I am not sure if I posted this question before or somebody posted it, but somehow I cannot find the discussion.We had lots of in-house applications that uses CSLA 3.0.6, .NET Framework 3.5/4, VS2010....
View ArticleProblem compiling 3.05
Been using 2.0 framework for quite a few years (obviously). I am trying to move to to version 3.05 but I am unable to compile due to error. No modifications have been made to the code. The error...
View Article"Remove is an Invalid Operation" && Insertis an Invalid Operation
Hi,I have read on many posts about the error message that it is there because we try to write to a collection when it is in ReadOnly mode.In my case I am setting a property and after that using...
View Articleunable to traverse using IParent interface
Hi guys, we are using Csla for our business objects, currently using version 3.8.4. There was a requirement to get property value into one of Child's Child object. I was trying to use IParent interface...
View ArticleCsla 3.8->4.5 Migration and SingleCriteria
HelloI'm upgrading some big Csla projects from 3.8 to 4.5. I'm also testing the new MobileProxy portal for 3-layer deployment. I've found that those projects use the SingleCriteria as the fetch...
View ArticleDataPortal.ProxyModes not found
Hi,When I try to use DataPortal.ProxyModes as the second parameter in my DataPortal.BeginCreate() method I get the error "Unknown member 'ProxyModes' of 'Csla.DataPortal'"Has ProxyModes been removed...
View ArticleCan I manually set an object's property to be invalidate
(new to CSLA) - I am trying to do some collection validation, but it does not scale. I would like to write my own method that will loop through the collection without firing any additional events and...
View ArticleProjectTracker not compatible with...
The ProjectTracker sample app has a lot of missing references after the installation of CSLA. I spent time add the missing references. The app didn't compile and I found out that it depends on version...
View ArticleCan't log in into Project Tracker. User Id not found
- First the PTracker.mdf and pTracker.ldf were missing and I had to copy them from the zip file- Got No connection could be made because the target machine actively refused it 127.0.0.1. Change the...
View ArticleCslaModelBinder not binding child list
I have the following business classes public class EditableRoot:Csla.BusinessBase<EditableRoot> { public string Name { get; private set; } public int Id { get; private...
View ArticleVersion 4.5.700 release
Version 4.5.700 is now available via NuGet and GitHub. This version primarily adds support for the Xamarin Unified API and new iOS project types, but also includes a number of bug fixes and minor...
View ArticleLimit collection count
I am trying to write a reusable business rule that would take an editable collection property and an int value and add a broken rule to my root if the count of the collection is greater than the...
View ArticleType level authorization rules
I'm looking through the code for Csla, and it seems the check for things like GetObject are done client side before the call is made to the data portal, which is good in that a remote call won't be...
View ArticleLong running BO command.
I am using CSLA.NET and I have problem with executing long running commands on server from client.Underlying WCF connection is terminated after a minute a client doesn't get a result. My idea was to...
View ArticleMVVM and Caliburn.Micro
I know MVVM has been around for a number of years.On October 03, 2011 Rocky wrote on Why MVVM?:Does MVVM mean you can completely avoid changing code when the XAML changes? No. But it is a whole lot...
View ArticleMVC Example calling async business method
Can anyone point me to an example of calling an asynchronous method on a business object from a controller in ASP.Net MVC 5? Or just show me what the call would be and how the business object method...
View ArticleNew User : SimpleTableFetch
Hello everyone. I have inherited a project that is using CSLA version 1.51.2163.27113. There is a method in the NameValueList component of this assembly named SimpleTableFetch with a signature of...
View ArticleObject factory support for read only objects
I am trying to implement object factory support with a read only object and would like to know the best way to populate it.
View Article