-
I don't know, as I have made no effort to test version 4.1 on .NET 4.5. We created CSLA 4.5 to support .NET 4.5 and 4.0. Interestingly enough though, I don't think we changed anything in ReadOnlyBase to deal with changes in .NET 4.5 like you describe.
-
There are some controls in Csla.Xaml. These controls focus mostly on enhanced display of broken rules information and enabling MVVM scenarios.
-
Hi, there I am new to CSLA. Please allow me this question. I found some WPF user controls for CSLA. What do you think about them? Are they adviseable to use? Does anybody out there use them? Do you recommend some? Thank you for your answer. ciu Manfred
-
Hi, i'm switching our WPF-app to CSLA 4.5 . I have just recompiled the solution with new csla dlls. We are using the wcf-portal of csla. Now he Save() - Method of the BusinessListBase-Class blocks the UI-Thread. If I'm using CSLA locally all went well. Have anyone a suggestion for me. Regards...
-
I hate to say it, but this is a "feature" :) The User property is stored in a static field to overcome the sad fact that WPF makes it nearly impossible to change the principal once the app is running. They really did not think through an app scenario where the user logs on and off the app without...
-
In our WPF application users can log out and then log in into the system. With current implementation Csla.Xaml.ApplicationContextManager we sometime have interesting problem. I would like to check if anyone had the same problem before, or have any other comments. Here is the problem. ApplicationContextManager...
-
The "scattered around the country" phrase is something that immediately leads me to think about 3-tier, at least for those users. The use of service protocols over a WAN is almost always better than the less reliable SQL Server raw communication. It is also the case that WinRT is also a 3-tier...
-
I have a patient class which has a child class notes. When the patient loads i can load the child class too and make edits and save them back. But when i have to do a search on all the notes and return only a few with matching criteria i call the GetAll() in my NotesList class. The search does return...
-
Hi people: I have a web app developed with CSLA 3.6. Now I need to develop a local module wich will work with the same BO and database. The subject is my question . You know the connection string is readable in the app.config file of WPF application, just open it in the notepad anda then you'll have...
-
Hello, We are using CSLA 4 and Prism 4 for a WPF application. Currently, we are using the CSLA.ViewModelBase for our view models. The first time I navigate to a view, the object is created and the validation errors show correctly. The issue comes the second time I load the view. It seems like the PropertyStatus...