-
Why is this ever needed? BusinessListBase know to mark their items a Children. There appears to be some confusion how to implement Child_Fetch. In the documentation some times it is passed a search criteria and some time it is passed a data transfer object. I do not see an example of implement Child_Fetch...
-
Hello, I'm trying to sort a GridView by a property of a child object. I'm able to successfully set the DataField of a BoundField to the child column ("Application.Name"), but this doesn't work for sorting. How would I go about accessing this child property in the ApplySort method...
-
I've inherited an ASP.NET MVC project that uses CSLA. Its storing a couple CSLA objects in session, I think this may be part of the problems its running into with hanging\thread locking, but I'm not sure how to explain and convince people that, this is the case so we can make the investment in...
-
I have a BO (Country) with a child BO (State) which also has a child BO (City). When I update the parent BO (Country), add a child State and run save, when an exception occurs in the DAL (on purpose), the transaction is not rolled back. I am using SqlCE. I am attaching a sample stripped down project...
-
Hi I have developers who are using my BusinessLibrary on the client side. They work with several servers. Switch to one server and Create/Load/Delete and Save BusinessObjects to it. Now, I am searching for a way to throw a ServerNotAvailable Exception when the WCF-Connection has aborted (for example...
-
I am using CSLA 3.7. I have a similar scenario as above. In addition to the above, I need to create a BusinessListBase with Person as child. So, in the list class, I will either cast the child object to access the properties/methods of Client/User class or I can directly call the properties/methods if...
-
Hello, I'm trying to use CSLA 4.5 (actual version compiled from sources) on PC with .NET 4. I get CSLA assemblies compiled for .NET 4 from "bin/NET4" directory. I use client WCF channel for communication between client and server. Whenever I call DataPortal methods from client (Create/Fetch...
-
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Hi all, I am working on a project using CSLA generated by codesmith and due to project considerations we will be re-generating quite often throughout the lifetime of the project. Due to these considerations, I am running into a...
-
Hi folks, We a re all f a mili a r with debugging a Silverlight a pplic a tion running loc a lly during development, but sometimes we need a lso a tt a ch the debugger to a x a p file th a t is hosted remotely, in order to understand the differences behavior between a re a l server and loc a lhost one...
-
I'm a long time CSLA developer, but have been using CSLA 2.x for a LONG time. Just now trying to get up to speed with the latest versions (4.3.12). Was going to build a little sample app using asyc methods, but right away hit an issue when trying to use async login method with custom Principal/Identity...