Windows forms application migrate to Azure
Hello, I have a windows forms app that is working with MSSQL Server 2008 and CSLA 3.5. Can you tell me what is the best way to migrate my application to work on Windows Azure? Is there a way to host...
View ArticleHow to add an item to a business list
When I add an item to my list using Add(), I get an exception in BusinessListBase that the item is not a child. How do I make the item I create a child of the list? If I use AddNew everything works,...
View ArticleSingle Child Object Property
I am using CSLA 3.8.4I have come to the following conclusion, but wanted to soundboard.CSLA does not support null property semantics, or the idea of single child object property being optional. For all...
View ArticleWPF DataGrid that works properly with databinding and CSLA
Has anyone been able to find a datagrid for WPF that correctly implements data binding and works properly with CSLA?
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 ArticleASP.NET Reporting
Thanks and excuseme my english.I need help for make a report using MS reporting tool and usingmy csladatasource. How to to binding to my report. ?ThanksAlejandro from Chile SudAmerica
View ArticleRules called multiple times after 4.5 upgrade
Hi!Our Silverlight 5 application's BOL has a couple of business objects with pretty deep hierarchy.Such asProductEdit => SectionList => SectionEdit => FieldList => StepList => StepEdit...
View ArticleForgot your password option for download content did not send email
I tried re-downloading content that I had previously purchased; but I must have forgotten my password. I have tried using http://download.lhotka.net/RecoverPw.aspx about 3 times over the last 4 or so...
View ArticleIs it possible to use two different data sources with two different concrete...
Hi,What would be the proper way to code if you have two different data sources? For instance, in my project I have a SQL2008R2 Data Source with the main data, and a XML file which defines the filter...
View ArticleCreating a Custom Membership Provider with MVC 4
I am creating a web site in VS2012 using ASP.NET MVC 4. I am trying to implement the CustomMembershipProvider as Rocky describes on page 74 of the "UsingCSLA4-06-AspMvc" chapter Using CSLA 4 book...
View ArticleChild_Fetch not working as expected
Using Csla 4.5 I recently added an additional Child_Update method to a BusinessBase to support its Parent BusinessListBase in bulk saving. However, this seemed to of introduced a bug in our system....
View ArticleASP.Net Datagrid - disable ViewState to reduce page size
Hi,We are using CSLA Version 1.0.0.0 as per CSLA.dllWe are currently facing problems with oversized ViewState on pages that uses DataGrid and GridViews.I need to disable ViewState on datagrid, that...
View ArticleHow to handle business rules where on property changes the value of another...
Here's my scenario, I have a boolean property that when checked should clear/set defaults (pulled from DB) for a number of other properties in the BO. My application is a webforms app, so essentially...
View ArticleSaveAynsc and await
We are currently saving our CSLA object with SaveAsync using the following syntax:Model = await Model.SaveAsync();I am getting an error with Object marked busy cannot be saved. It seems to be busy...
View ArticleProject Manager using EF5 and DbContext
I'm trying to get the sample Project Manager solution working with EF5 and DbContext. I've changed it over to use CSLA.Data.EF5 and DbContext. I'm getting a "Constructor on type...
View ArticleCsla.Data.DbContextManager Entity 5 Transactions Distributed Transaction...
Have there been any instances found where the DbContextManager opens a second connection? I have one client where im getting the exceptionAn error has occurred. Csla.DataPortalException:...
View ArticleException not coming back to the client
INCLUDING REPRO AT END OF THREADI vaguely remember seeing a post on this before but I couldn't locate it and I didn't see anything in the change log to indicate this was addressed.We're using version...
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 ArticleIClientValidatable & MVC
I'm trying to convert some existing validation attributes to business rules. I have some which implement IClientValidatable (most of our validation is actually on the view models, something I'm trying...
View ArticleDynamic Update Statements and Property Table Information
Hi all! I have been working with CSLA for over a year now and have typically used the model of having insert, update and selection stored procedures. But for flexibility I had heard that there was a...
View Article