-
Hi folks, We a re all f a mili a r with debugging a Silverlight a pplic a tion running loc a lly during development, but sometimes we need a lso a tt a ch the debugger to a x a p file th a t is hosted remotely, in order to understand the differences behavior between a re a l server and loc a lhost one...
-
Hi, I've just started playing around with the WinRT-build of CSLA. I've been working somewhat with CSLA.NET previously, so I'm familiar with the basic concepts. Now what happens is that when I call DataPortal.FetchAsync<MyObject>("someParameter"), I get the following exception...
-
Hi, I am pretty new to CSLA and I am trying to introduce a BL on top of the already built DL. The DL is build using EF4.3 and the DBContext. I am starting to face some challenges but I am not sure whether it's due to a bad implmementation or an inherent incompatibility between the tools I am using...
-
Hi All, I'm currently working on de DpREPOS from the CSLA Core video series to learn how manipulate the DataAccess. Actually, im focusing on the Repository pattern, using DataPortal_XYZ methods (EncapsulatedInvoke data reader) So, I have reproduced a small demo where the structure is almost identical...
-
We have a smart client application and historically have always used the local dataportal (two tier). We have some potential engagements with large customers coming up. Are there any specific best practices or guidance on how to do a proper needs analysis to determine the best physical deployment scenario...
-
Hello all. I'm using Authorization Rules in my Business Objects but when any Authorization Rule is broken the message provided on the exception do not fits my needs. I was reviewing the implementation of the DataPortal class and CSLA throws a Security Exception and loads the exception message from...
-
Hi there I have a root object (32kb when serialized) that I have problem with when saving. The save works fine when using a local dataportal but not when using a remote dataportal. I don't get any errors. I can fetch the object just fine. Any ideas on how to debug this? Edit: this seems to be a more...