Moving DataPortal from Local to Http
I moved the DataPortal from running Local to be an HttpProxy, as follows: <addkey="CslaDataPortalProxy"value="Csla.DataPortalClient.HttpProxy,Csla" />< addkey="CslaDataPortalUrl"...
View ArticleFORUM HAS MOVED TO GITHUB
This forum is now an archive. All active discussions can be found on the CSLA Forum on GitHub. ----This forum is now read-only and new user registration is disallowed.To use the new forum you will need...
View ArticlePassing nullable types to DataPortal.Fetch
I am fairly new to CSLA4 and in general I have had no issues working with it until I tried to create Fetch method that passed a Nullable<Boolean> value. I can pass either 'true' or 'false'...
View ArticleSilverlight to WPF conversion Issue with AutoCompleteBox
I am bringing my mature SL app to WPF. I am quite liberal with the use of AutoCompleteBoxes and often have more than one on a page.The data for the dropdown of each Auto...box comes from a database...
View ArticleSmartDate Question: Appears to be truncating time portion.
I have a ReadOnlyList and a BusinessBase class that contains Event information something like this. public static readonly PropertyInfo<SmartDate> StartProperty =...
View ArticleC#/XAML for HTML5
Yes, that's true. But don't want to set the bar too high.Opened the Csla.winrt solution. Created a new project of type "Empty Class Library (C#/XAML for HTML5) named Csla.CSHTML5. Changed the namespace...
View ArticleC#/XAML for HTML5
Beta 4 of C#/XAML for HTML5 is out. http://cshtml5.com/Now with Full support of C# 5.0.According to the roadmap if everything goes as planned: Most of the features required to easily port Silverlight...
View ArticleRemoting hang under high volume / ConnectionManager
We're having a problem introducing connection manager to our existing application. While root objects usually share the SqlConnection with their children, there are a lot of places where other BOs get...
View ArticleMove forum to GitHub?
I am looking at the possibility of moving this forum to GitHub.GitHub isn't really _designed_ to be a forum, but the issues list for a project provides threaded conversations that I think can replace...
View ArticleCSLA msi installer
Does anyone still use the msi installer for CSLA?These days I just assume everything of value is in NuGet, and my primary focus with CSLA releases has been NuGet for the past couple years.I do still...
View Articlevb.net syntax for CSLA 4.3.12
Hi all ,currently i used csla ver 4.3.12 in c#. but recently I got a small project which need vb.net as languageso, i need a easy migration from my c# syntax into vb.net ? could anyone give a...
View ArticleVersion 4.6.001 prerelease
I've put an early prerelease of version 4.6 on NuGet. Details are here:https://github.com/MarimerLLC/csla/releases/tag/v4.6.001The primary change (and point of risk) is that I consolidated nearly all...
View ArticleIssue accessing custom properties from my custom identity
Hello,Thank you in advance for any help provided here. I read the answers on this post and still have a problem with my custom Principal/Identity implementation.I am using Csla 4.1.0 and seem to be...
View ArticleHow can I write a custom rule like IsInRole and IsNotInRole
Hi,I've to check a value that exists in a blocked list or not for the current signed in user. For this I want to write a custom rule just like IsInRole and IsNotInRole. Could any one provide me an...
View ArticleNeed help for MobileProxy Configuration
Hi All,In my WPF project with CSLA v 4.70, I configured mobileProxy same with Project tracker .However, when I try to fetch some simple readonly list, Dataportal_fetch has never been touched. On...
View ArticleModelBinder System.MissingMethodException: Cannot create an instance of an...
This is possbily related to my previous post around odd grid binding behaviour (waiting for approval).I have an MVC 5 web app and a model with child objects and am binding this in a Kendo grid control....
View ArticleAn asynchronous module or handler completed while an asynchronous operation...
I have this error "An asynchronous module or handler completed while an asynchronous operation was still pending" in my MVC 5 web application when deleting children from my model, via a grid which...
View ArticleThe case of the ApplicationContext.ClientContext disappearance
It seems that the content of ApplicationContext.ClientContext disappear . During the login proess i put the user id in the clientContext, then i use my implementation of IAuthorizeDataPortal to...
View ArticleCSLA PCL
Hi,I am building a Xamarin.forms apps using PCL. I would like to know when to expect the CSLA Universal PCL that can be used across all apps and Web.ThanksS
View ArticleStarting work on version 4.6
Spent a few hours yesterday making some big changes around .NET 4.6 and VS15.In GitHub there's now a V4-5-x branch that will be used to maintain the existing 4.5 version of CSLA that uses VS13 and...
View Article