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

ApplicationContextManager issue and WCF

It looks like we have a nasty problem with ApplicationContext which I am hoping someone can help with.We have some WCF services hosted within an ASP.NET website (where the website also contains ASPX...

View Article


transfer file from application server to web server

Hi,  We set up a website using different servers for application server and web server. If we want to transfer file from app server to web server, how will CSLA.NET BLL/DAL's implementation be? Is...

View Article


Disabling Version Tolerant Serialization

I was surprised to find that I could compile a new version of a business assembly 1.0.0.1 (the only change being the assembly version), host it in WCFDataPortal and run a client compiled against the...

View Article

Using a derived business object in a generic class

So here is my setup. I have a class, CPData that derives from class PointData, that itself derives from BusinessBase<T>. I also have several other classes that derive from PointData,I have a...

View Article

Parent Child objects

Good day.i would like to know if what i am doing is the correct way to do this. i have a parent child class: Customer(parent) and Address(children of parent) i would like users to be able to create as...

View Article


Exception not coming back to the client

I 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 4.5.10.  If I do something like...

View Article

WPF + Csla 4 + MVVM

Hi.. I have a view which is it's datacontext bounded to a viewmodel from viewmodellocator property, like :public MyViewModel{      get {  return .....  }}BUT the problem is this property is called...

View Article

BXF Trigger Action for Silverlight

Hello,I'm using CSLA 4.5.30 with my silverlight MVVM application. I have a viewModel class deriving from ViewModelBase, which does not have any BeginRefersh() call in my constructor. Calls to...

View Article


Issue With BindableBase

I am working on a clients application that is using CSLA Assembly Version 2.0.3.0. The error I am getting isSystem.ArgumentOutOfRangeException was unhandled by user code  HResult=-2146233086...

View Article


Problem overriding DataPortalUrl property at runtime

Hi,I have a silverlight application which connects to a WCF service using HTTPS using CSLA framework.  As usual the service references are stored in ServiceReferences.clientconfig.  That is a problem...

View Article

Image may be NSFW.
Clik here to view.

More Windows DataBinding Woes

Can anyone tell me where I am going wrong please...?My problem relates to WinForms databinding and its relationship with a CSLA business object. In fact its CSLA business objects that in turn contain...

View Article

Why is it recommended to unbind bussiness object before save operation?

I have WinForms application.Some save operations may take few seconds. Usually, while saving is in progress, I'm blocking (Enable = false) main Panel control which contain all binded controls (TextBox,...

View Article

Integrate with JEE app server (Scala)

Please let me know, what is the best way to connect data portal to JEE app server like JBoss?May be some examples exist from those I could start quickly? I would like to get working following...

View Article


Guidance for Contributing to CSLA

Is there a wiki article or some resource to provide us with guidance as to how we can contribute to the project.?I have run across a bug, and I think I could easily reproduce it in a trivial VS...

View Article

How to trigger validation rules between child objects.

What would you do in this situation?Parent A Child B  Property B1 Child C  Property C2Basically, there is a parent business object, with two child business objects, each with a property.Now, what I...

View Article


Run rule only if property value has changed since loaded

I have a rule that should only run if the property value has changed since the object was fetched from the database.  I do need to call CheckRules though before the end of the DP_F method.Is there a...

View Article

Incremental Transaction Number on Multiuser Environment

Hi.. I have a problem about How to generate Incremental Transaction Number on Multiuser environment ?for example : 13070001, 13070002, 13070003, etc..This number is generated when users open a new...

View Article


BusinessListBase validation

How do i get the BrokenRulesCollection for a property of type BusinessListBase.Kindly help.

View Article

Converting 4.3 to 4.5 Object Factory Loader Never Called

About a year ago I tried to upgrade from 4.3 to 4.5 and gave up after noone on the forum could help.  I am trying it again.  I have run into the same problem again:  my Application Factory Loader is...

View Article

New 4.5 based ebooks coming?

It's been five years since a printed book for Csla was made, and with 4.X it seemed that the new model was "framework is free, but ebooks on how to use it must be purchased."  That model is fine for...

View Article
Browsing all 764 articles
Browse latest View live