CSLA and MS Identity
Hi,In my MVC 5-Project I want to use MS Identity for Authorization and Authentication. I have built my application according to the EncapsulatedDto-model, hence I among my projects have a Dal, DalSql,...
View ArticleWinForms: Binding to a single Child BO / BindingSource
Hi,Usually, when a BO has a ChildList, you can have 2 BindingSources on the Form, one for the Parent BO, and one for the ChildList. From there you bind your controls to either the Parent BO or the...
View ArticleBug in SimpleDataProtal
I'm working with CSLA 4.5.601 and recently found out a bug in the Create of SimpleDataPortal. (I did something wrong but exception was hard to track because of this)Exception was catched as expected to...
View ArticleUpgrading CSLA 2.x to 4.x
Hello. Several years ago, I inherited a web application that uses CSLA 2.1.0.22. Since then I have upgraded the application to 3.5 then to 4.0 with no issues. This whole time we kept CSLA at its...
View ArticleLocking in ConnectionManager
I'm looking at the code for the ConnectionManager<C> class and have some questions about locking.One of the static GetManager method overloads does a lock, and the book says that this "ensures...
View ArticleHow to Get an Exception Back From The Service to the UI
I have asked this question before (twice, I think) but have never got an answer to the question:Before upgrading from 4 to 4.5, exceptions coming back from the data portal would have the message of the...
View ArticleBusinessRules.CheckRules() not called on DataPortal.ChildXYZ(with param)...
I noticed my rules not getting run automatically when I used the DataPortal.ChildXYZ(obj param). But when I call it with no params ex. DataPortal.ChildXYZ() then CheckRules does get run.Is that by...
View Articlereverse proxy wcf endpoint hell
Hi everybody, for quite some days I am chewing on how to call a wcf service for a Silverlight app via apache reverse proxy correctly. The setting is as follows:Apache reverse proxy called via...
View ArticleWindows Phone RT (8.1) httpportal
I'm trying to build a windows phone 8.1 app for our LOB already using WinRT (windows 8.1) but since WCF does not work on Windows Phone 8.1 i decided to use the HTTPPortal. The problem is I use...
View ArticleServer Culture is Overridden with request ClientCulture
Hi there, Currently running version Csla 4.5.501 and some weeks ago a new customer from Germany reported an issue with number conversions.We are running in a deployment scenario where the application...
View ArticleDataPortal.Update Failed on Server
I have one Project that holds the Web & Desktop application (using VB )In desktop app i am using a DataPortal.Update Method to update my Form Data, it works fine on my Local...
View ArticleCombination of Business Rule and Valdation Rule
I develop a WinForm application with CSLA 4.3.13 and I have the following case:I have a class with three properties:CurrentValueMaxValueResultThe validation rule is CurrentValue<MaxValueThe business...
View ArticleSQL connection in the app.config file?
After the load is connected to the variable string "connectionString", Question of the standard functions of C # can be taken out each piece as: [Server = localhost] and [Port = 5432] and ......
View ArticleRemoting not supported in Csla 4.5.601?
We're moving our application from Csla 3.7 to 4.5, and it looks like the remoting proxy is no longer available as one of the remoting proxies. Did Csla drop support for remoting? I know we should...
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 ArticleCSLA.NET version 4.3 with .NET Framework 4.5.2
Hi,Currently we are using CSLA.NET version 4.3 in our applications. Most of the applicaiton are in .NET Framework 4. We are planning to migrate all applicaiton to latest .NET framework 4.5.2Do we need...
View ArticleNetDataContractSerializer - Type is not resolved for member
We're trying to upgrade to the latest Csla 4.5 on .Net 4.0. We're still using remoting for the time being and will at some future point move to WCF, but for now remoting it is. I've hit a problem...
View ArticleIssue Cloning Child List
Hello, I'm trying to make a copy of a BO using the method that Rocky talked about in another post. My object graft looks something like this. I'm using CSLA 4.3.parent single child single...
View ArticleFactory Command object failing in e-book sample
Hi,I'm getting back into CLSA after a long pause (last used 2.0). I was working through the samples from the e-book and noticed that the PersonsUpdater file was missing in the FactoryImplementation...
View Articleencrypt the connection string in the app.config file ?
While this example was run error: Unable to find manifest signing certificate in the certificate store? and error connection string in the app.config file. thanks to bands such property protection. you...
View Article