Quantcast
Channel: CSLA .NET
Browsing all 764 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Error with Dynamanic List and Sorting Lists

Hello, I am experiencing a problem with CSLA that didn't seem to be in the forums, until last week when someone else was experiencing the same problems as me. the post the question is in is marked with...

View Article


Windows Identity Foundation - IClaimsPrincipal and IClaimsIdentity

Csla has a CslaPrincipal and CslaIdentity, fact. They can be overriden and customed and finally the ApplicationContext.User is set with an object implementing IPrincipal.But what if the Wcf Service has...

View Article


What is the best way to set SQL Server Context_Info using CSLA and EF5?

Hi all,We need to log changes to the data using triggers in SQL Server 2012. The problem is that we need the id of the user that is currently accessing the database. We can set and later retrieve that...

View Article

Polymorphic Lists in Csla 4.0.1

Hi,I have followed the guidelines suggested by Rocky for implementing a polymorphic Csla List.http://www.lhotka.net/Article.aspx?id=b8515cd9-7f8e-43df-9efd-cd958dfdc21a What is not described in above...

View Article

Multiple fetches at same time are not async

I have come across a problem I am trying to load up multiple business objects to display in the UI.  The first call is performed on a background thread but the other calls are on the UI thread.  Once...

View Article


Error when pressing escape key on a filtered list bound datagridview

In my Windows Form Application i have a datagridview bound to an Editable Child List representing a list of tariffs. I have some custom filters implemented through comboboxes and based on the values i...

View Article

Rocky - it seems that cslastore@lhotka.net is not functioning

I am sending emails to cslastore@lhotka.net but get no responses back expect from the automated ones. Thanks

View Article

Silverlight Windows Authentification

Hi folks,My organization would like to rely on Windows authentication to secure ours 3 tiers Silverlight applications, in order to provide some level of single sign-on functionality across all...

View Article


What a proper way to implement strong authentication security?

Let's imagine next situation:I'm a manager in big organization. That organization uses WinForms application (3 tier) written with CSLA framework. I have some skills in programming.At one day, I open...

View Article


Error: TCP error code 10048: Only one usage of each socket address

Hi,We've been getting this error for the past few days - ever since we deployed a test version for the users, actually: TCP error code 10048: Only one usage of each socket address (protocol/network...

View Article

Validation with Priority help

I have a rule written as such:BusinessRules.AddRule(Of BusObj)(_statusProperty, Function(obj As BusObj) obj.Status = "some test value", "Error Message", RuleSeverity.Error)I am not having success...

View Article

OnPropertyChanged and maintaining a list of Dirty Properties

In CSLA 3.8 I was maintaining a list of dirty properties by overriding the OnPropertyChanged event and adding the propertyname to an internal list of strings if it didn't already exist. Then I would...

View Article

RemotingPortal fails when CSLA is moved from bin to GAC

I have a RemotingPortal configured and it works as it should. I have the following reference in the web,config:<add assembly="Csla, Version=2.0.0.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30"...

View Article


Getting the MVC sample to work with the latest download

I struggled for a little while to get the MVC sample to work.  I wanted to outline the changes I needed to make.* changed all projects from .NET 4 => .NET 4.5* removed the override for Save() in...

View Article

Debugging Dal

How to debug Dal, DalEf projects?

View Article


"Class not registered" error when using EnterpriseServices transaction type.

I added a the Enterprise Services transaction attribute to a DataPortal_Fetch of a BusinessListBase object.If called internally, it fetches fine, and will rollback when an exception occurs, but when...

View Article

Can't build against 4.5.30?

I'm trying to incorporate Csla 4.5.30 into a project built on .Net 4.  I see that when I installed Csla under bin there's a NET folder and a NET4 folder; I assume NET contains Csla assemblies compiled...

View Article


AppDomain, UserPrincipal, Serialization Problems (SL5, .NET 4.5, IIS Express)

Howdy All,I have a pretty neat problem and I'd appreciate any and all help...You see, I am having a bit of a hiccup with trying to create and run code in dynamically-created AppDomains. Here is my...

View Article

Local DataPortal works, but Remote DataPortal does not

On my local development machine, I have a WinForms app that connects to the WCF based DataPortal and everything works fine.When I publish the DataPortal to the server and change my connection in my...

View Article

IClientValidatable & 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 Article
Browsing all 764 articles
Browse latest View live