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 Articletransfer 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 ArticleDisabling 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 ArticleUsing 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 ArticleParent 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 ArticleException 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 ArticleWPF + 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 ArticleBXF 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 ArticleIssue 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 ArticleProblem 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 ArticleMore 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 ArticleWhy 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 ArticleIntegrate 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 ArticleGuidance 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 ArticleHow 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 ArticleRun 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 ArticleIncremental 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 ArticleBusinessListBase validation
How do i get the BrokenRulesCollection for a property of type BusinessListBase.Kindly help.
View ArticleConverting 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 ArticleNew 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