Problem with CslaActionExtender when first saving doesn't succeed.
When using the CslaActionExtender there exists the following problem.Take the following actions:Show a form to edit for example a customer object.Stop SQL Server to simulate an error.Click on the OK...
View ArticleCSLA 4 for iOS (Xamarin) coming soon
We're closing in on a version of CSLA .NET that works on iOS using the Xamarin tools.This is the result of a lot of work by Stuart Bale, Kevin Ford, and myself, and Kevin is getting very close to where...
View ArticleVersion 4.5.580-Beta (with iOS support) now online
I said sometime this week, and Kevin really worked hard on this, so the 4.5.580 pre-release with iOS support (via Xamarin tools) is now on nuget and...
View ArticleProperty Authorization based on value doesn't appear to be working correctly
Hi,Hopefully this question will have better success than the last....I have table called GP. Two of the fields are called IsCurrentOption and GPPracticeId .The GPPracticeId is a foreign key to the...
View ArticleWindows Authentification (PopulateWindowsIdentity issue )
Context : NET 4.5 / SL 5 / Csla: 4.5.30.0 / IIS: 7.5 / OS: Win7Hi everyone,I am currently experiencing a problem getting windows authentication working with my CSLA 4.5 SL application. I have setup...
View ArticleClarify - Private backing fields, LoadProperty, and Common rules
Hi there,Need some clarification on this statement from previous post:My key issue is that there is a LOT you must make sure to NOT use, such as the standard rules, the CslaContrib rules or the...
View ArticleSafeDataReader returning null values?
I had assumed that SafeDataReader would convert any null strings coming from SQL Server into String.Empty.But after finding some app exceptions logged, I have confirmed that null values from the...
View ArticleImpersonation not working in PopulateWindowsIdentity()
Hi guys,I think I have an interesting one. I have been reading many, many discussions on this topic and altering my code and have found an interesting quirk. Below are the most useful discussions...
View ArticleCSLA Short Circuiting Rules
I've noticed that short-circuiting rules in CSLA 4.5.501.0 is not working. That is when I set prioritization to my business rules then set the ProcessThroughPriority. When I query the Broken Rules I...
View ArticleErrors From Data Portal are all generic Async Error
Hi,Before upgrading from 4 to 4.5, exceptions coming back from the data portal would have the message of the original exception such as "Another user has modified the row in Table1, update failed"....
View ArticleSilverlight Video Demo0002 - Blank page comes up when run
I downloaded the codes for the Silverlight video Demo0002. If I set the Demo project as the default project the page loads and I get the cross domain error as expected. I then set the Demo.Web...
View ArticleSilverlight Random Fetch Error
I have a created a Read Only Lists that inherits from CSLA ReadOnlyListBase. I am calling a BeginGet method passing in a criteria class (both classes have been marked as serializable).This fetch does...
View ArticlePCL Portable Class Libraries and multi platform support
Microsoft is interested in buying Xamarian. More MVVM frameworks are now working better with PCL and multi platform solutions such as MVVMCROSS. With these changes in the multi platform arena, has...
View ArticleChanging "AuthorizationRuleManager" behaviour.
Base class:public class MyBusinessBase<T> : BusinessBase<T> where T: MyBusinessBase<T>{ protected static void AddObjectAuthorizationRules() { var tp = typeof(T);...
View ArticleSimple ObjectContextManager Question
Hi, I am new to CSLA. And got stuck up. i am getting the following error when using the Entity frameework. Error1The type 'ShasPatho.DalEf.ShasPathoEntities' cannot be used as type parameter 'C' in the...
View ArticleIIS 7 and WCF 4 REST Service and dataportal configuration
Hello everyone,I have developed wcf .net 4 REST service that uses the wcf dataportal. Both services are hosted in IIS 7 in same web app. Parts of the web.config are enclosed at the end of this...
View ArticleXamarin, CSLA, and Mac OS
So CSLA with iOS is in "beta" or in the initial stages of becoming possible - I do believe by looking at a pamphlet from Xamarin that they also drive Mac OS native applications. I have a question out...
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 ArticleProperty Setter running AFTER PropertyHasChanged
When my private backing field SetProperty is called...even though it is ByRef, the value in mDTO.EvidNum does not change until AFTER the PropertyHasChanged runs.This means that a simple rule like...
View ArticlePossible new forum software
Hello everyone,I am giving serious thought to replacing this current forum with a new and more modern set of software.This forum runs on something called Community Server, and has gotten quite "long in...
View Article