When break business rules, like Required, i want to fire ValidationSummany control on page to notify user, but it seems that Csla not compatible with ValidationSummary control. please help me.
i know System.ComponentModel.DataAnnotations validation work well.
CSLA supports the standard .NET IDataErrorInfo and INotifyDataErrorInfo (on Silverlight) interfaces for validation notification.
If the ValidationSummary doesn't honor these standard Microsoft validation interfaces, there's not a lot CSLA can do to solve that problem.
Are you setting ValidatesOnNotifyDataErrors in your bindings?
I tried set ValidatesOnNotifyDataErrors=True ,still not work
Copyright (c) Marimer LLC