-
Thank you RockyRocks and JonnyBee. Kindly take a look on my code and see what I might be missing: In my Editable Root Object: public static readonly PropertyInfo<PayableDetail> PayableDetailsProperty = RegisterProperty<PayableDetail>(c => c.PayableDetails); public PayableDetail PayableDetails { get { if (!(FieldManager.FieldExists(PayableDetailsProperty
-
I have read several blog posts and the e-books but I cant really implement it properly. What are the basics of setting default property values of an object in an Editable Child Collection, which is bound to a DataGridView?
-
I was able to google a solution from this link . Do you have any other solution guys, like an application-wide setting? Or this is just ok?
-
Environment: Visual Studio 2012, .NET 4.5, CSLA 4.5 Problem: A reportviewer works ok, but when passed in a parameter encounters an error. Exceptions: An error occurred during local report processing. Failed to load expression host assembly.Details: Attempt by method Csla.Core.FieldManager.FieldDataManager.ForceStatic.FieldInit(System.Type) to access
-
Got it! Thanks JonnyBee.
-
JonnyBee, where will I specify the connection strings? Thanks.
-
For client testing purposes (no dedicated server yet), I want to configure a windows app in CSLA4 without using the WcfPortal. What settings do I need to do? Thank you.
-
Yes, I am creating new projects (24 modules in 6 VS solutions) due to some reasons, such as to advance my skillset to add new technologies (SL, MVVM, WCF, Testing, TFS, etc.), and to widen the reach of my project for a larger audience. My project started as a winform for a single-user, then grew to be distributed via LAN, then I am now hosting it in
-
Hi Tim, I am also in the process of moving from 3.8 to 4.3, and there is a lot to cover. I have a three-year old project (3.8) that I tried to upgrade to 4.3, and based on my experience, the following are the biggest changes: Business Rules, which now inludes the authorization rules Abstraction of the Data Access Layer to enable pluggable DALs I started
-
I am trying to use a theme for a Silverlight project which uses the SL Navigation Framework, thus I have a Page, a View and a ViewModel. I have a hyperlink which "calls" the page: < HyperlinkButton Content="HyperlinkButton" Name="hyperlinkButton1" NavigateUri="Testing/SampleListView" VerticalAlignment="Top"