HttpContext.Current is null in server-side DataPortal methods?
Hi,I'm gradually introducing CSLA into our existing application. It's a MVC / Silverlight app using WCF services hosted in IIS.For each WCF call, the existing code creates and stores an EF DbContext in...
View ArticleUpgrading CSLA
I am currently going through and attempting to upgrade an application with CSLA 3.6.3 and .net framework 3.5 to the .net framework 4.0 and csla 4.5. I am attempting to do this in a phased approach and...
View ArticleQuestion about RunLocal()
Can someone tell me if RunLocal has any effect on serialization through the DataPortal methods? Although everything we do is run locally, we have typically not marked everything with RunLocal. However,...
View ArticleCustom Authentication
Hi..Is there any example of CSLA application which uses Custom Authentication?Instead of ASPNET membership authentication,I want to use Custom Authentication in a Silverlight project (developed using...
View ArticleRemove Methods on Editable Root Collection not getting fired
HiI have generated an Editable Root Collection through cslagenfork. In windows forms, binding source's Remove() or RemoveCurrent() method is called to delete the current object. But some how the remove...
View ArticleStatus and Recommendations on CLSA, MVVM and Universal Apps
Getting back into it all from some time away and trying to match all the proper bits together to get started. Universal App templates seem like a good idea and I know CSLA is something I want. MVVM...
View ArticleIssue with NuGet package
I just had a bit of an issue with the Csla-Core NuGet package. Basically because the dependency specifies Bcl.Async >= 1.0.165 if you install Csla today it will grab the latest, which also depends...
View ArticleIs ReadOnlyBase.ReadProperty intended to be thread safe?
Hi allWe just ran into a very nasty problem in production where a statically shared CSLA ReadOnlyBase object (used for caching static information to reduce DB hits) caused the Application Service...
View ArticleCSLA fiddler inspector?
Our company has a few third-party CSLA/Silverlight applications that we use internally. I am on the information security team and would like to be able to examine the requests/responses that the...
View ArticleBug in Csla 4.5.501 - NRE if BusinessRule ctor blows up
I think I found a bug in Csla 4.5.501.You can recreate it by creating a simple editable business object and a business rule where the rule ctor throws an exception. In my case, I was throwing an...
View ArticleHow do I debug?
How do I use debugger in DAL when working with CSLA + Silverlight Project?
View ArticleWindows Phone 8.1
Whew. I'm getting a nasty case of "rev-lock" here. Every direction I turn the various tools I want to use seem to be out of sync with every other tool. I think it's great that Microsoft is stepping...
View ArticleCSLA/Silverlight VB.Net "Presenter" code
Hi gents,This is more a .Net C/VB question, but I'm trying to create a Silverlight project using VB.Net as opposed to the C# that is provided in examples..Can anyone give me a pointer as to how THIS...
View ArticleSystem.NotSupportedException: Invalid for root objects - use Delete instead
Hi Friends,I'm new to CSLA and I'm currently working on one of our project done using CSLA. I'm getting the following exception when trying to remove an item from the collection. I tried the Delete...
View ArticleCSLA Behaviour with new unchanged entities
Hi,I was writing some unit tests for code developed within the team and accidentally discovered that creating a new entity and calling save does not actually cause the new entity to be saved but...
View ArticleMVC 4.5.40?
Howdy howdy,First off, Rocky, I just read about your major event, and I just want to say I wish the best to you. I've learned a lot about n-tier architecture and good practices from you and I really...
View ArticleList of Roles
I have a table which contains list of Business objects with corresponding accesses for roles. Now I wish to retrieve list of roles authorized to access particular business object in...
View ArticleWhere is "OrderShipper" ?
UsingCsla4-03-DataAccess.pdf refers to an OrderShipper class (page 151) in Library.Net project in the EncapsulatedInvoke solution.I have Csla versions going back to 4.0, but cannot seem to find the...
View ArticleUniversal Apps
I know a number of people are interested in universal apps and how/if CSLA supports them.First, I'm working on adding Windows Phone WinRT 8.1 support and that should be available in a couple weeks. We...
View Article