Naming layers/tiers
Prior to version 4.5 the data portal supported 3- and 4-tier deployments.In a 3-tier deployment the layers and tiers are named like this:Client -> Server -> <your database goes here>...
View ArticleProjectTracker Mvc3UI - is LogOff missing
We get a 404 error for URI /Account/LogOffand there is no sign of LogOff in Mvc3UI.Controllers.AccountController
View ArticleTransaction Scope on multiple object saves
Hi,I'm not sure if this has been asked a million times or not, but I can't seem to find anything yet so I thought I would post here :) We are building a vb.net app using CSLA 3.8.4, SQL Server 2005 and...
View ArticleTransactionIsolationLevel
Noticed the new class TransactionIsolationLevel - which is sweet that you can set this on the TransactionScope attribute now. However, I noticed it didn't contain all same options as IsolationLevel -...
View ArticleUpgrading to CSLA Version 4.5.20
I tried to upgrade to CSLA version 4.5.20 but i am getting the error " Could not load file or assembly 'System.Threading.Tasks". Seems that this error is related to some kind of incompatibility between...
View ArticleHelp with Self-referencing object hierarchy
Hi,I'm brand new to CSLA and have been making my way through the e-books and the forum.I have a object hierarchy like the following: A Circle can reference any number of other Circles and a Circle can...
View ArticleCSLA 3.6 : One or More properties are not registered for this type
Hi, We have some of our applications running wih CSLA 3.6 framework. Now and then system throws this following error: One or More properties are not registered for this type. This error is not...
View ArticleSuppressing AutoCloneOnUpdate when executing on...
I'm playing with an idea that when executing something server-side (from logical point of view) I generally do not want and do not need to have csla to clone the objects. For example, you can have...
View ArticleIsolation Level in CSLA
Hello, I want to change the default isolation level of the transactions in CSLA from serializable to ReadCommited. I tried to change the app.config file <add key="CslaTransactionIsolationLevel"...
View ArticleWhere to download CSLA 3.8.x binaries from?
It looks like the download website pages have changed some.Where might I find the CSLA 3.8.x binaries / installer?
View ArticleCode Generation - Adding properties
What is the best way to add a new property to a business object? Currently I am using CSLAGenFork to generate business objects (.Library, .Dal, .DalSQL, and StoredProc).If each business object is...
View ArticleDataPortal.Fetch failed (Invalid operation - fetch not allowed)
I have created Dal, DalMock, Library,Library.Sl, Library.WinRt, DalEF, WcfAppServer projects using CSLA. I have also developed WinRTUI & SilverlightUI projects. In WinRTUI project,I wrote the...
View ArticleCalculating Rules for two Dependend Properties
CSLA Version 4.1Hello !I have two Properties: one called DeliveryWeek (LieferKW) and one called DeliveryDate (Liefertermin).Further i have two Rules which calculate a DeliveryDate (Friday of Week) from...
View ArticleSaveObject() does not work
Hi, I am working on a MVC website. After building BLL/DAL, from controller's Edit(HttpPost) the SaveObject(...) does not work(.i.e. not invoking the BLL layer). What is the possible cause?...
View ArticlePower outage
There will be a power outage in my data center starting at 5 PM US central time today and lasting through midnight Saturday (tomorrow).This means that all Lhotka.net web sites (www, store, forums,...
View ArticleVersion 4.5.24 RC now on nuget
CSLA 4 version 4.5.23 release candidate is now available via nuget.This release includes minor bug fixes, and should be the last release before 4.5.30.Please test this release ASAP, as I expect to do...
View ArticleCSLA 4.5.20 Source Code and Samples Download Link
Where is the download link for csla 4.5.20 source code and samples? It is not available here:http://www.cslanet.com/Download.htmlBest regards
View Article4.5.20 on .NET 4.0 with WPF CslaDataProvider and BusinessBindingListBase
In my application I have a EditListView that is the UI to maintain simple tables represented by BusinessBindingListBase derived classes (not BusinessListBase as the 3rd party grid we use wasn't playing...
View ArticleBest approach to validation of sensitive values, but not transmitting them
I am attempting to rework the AccountController in the MVC4 default template so it uses CSLA rather than SimpleMembership because SimpleMembership didn't meet my requirements.I am replacing the...
View ArticleSingle Sign-On in ASP.NET and Silverlight
Hi,I am using CLSA Light to build a Silveright app whose design calls for Single Sign-On (SSO). The goal is to protect the .aspx page that is hosting the Silverlight control with ASP.NET Forms...
View Article