-
Hi folks, Software: CSLA 4.1 – VS2010 After I have read the CSLA Expert C# 2008 Business Objects, watched CSLA 4 MVVM Video Series and practiced some CSLA with WinForm, I ‘m testing myself to create a small WPF demo in order to understand the basics (MVVM pattern) before starting the serious...
-
I have downloaded the CSLA source (latest version) and I can debug through the SimpleApp sample on the Silverlight side, but I can't get the debugger to break in the WcfPortal code or the CustomerEdit DataPortal_Insert() method. I know that code is being executed because if I add an exception throw...
-
why cannot i dot this?: <telerikNavigation:RadTreeView x:Name="radTreeView" BorderThickness="1" BorderBrush="Black" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" ItemsSource="{Binding OrgStructList}" ItemTemplate="{StaticResource...
-
I have been building out a Wpf project using the CSLA 4.0.1 Framework. In the sample code for Project Tracker, an Authorizer control is used to provide Read/Write authorization, but that control no longer exists in the Csla.Xaml project. I also see a note in the CSLA 4 change log that it has been removed...
-
I add a bussiness.server side project and business.client side project to my project working same as lhotka Silverlight 4 collective project. There is something wrong with my web.config file see http://forums.lhotka.net/forums/p/9101/43303.aspx#43303 what am i missing?