In order to add new threads or reply to existing posts, you have to be logged-in. If you are not registered yet, you need to register first, and then login with your personal credentials.
Hello everybody,
when I build my solutions, the compiler show me this error message: 'Identifier expected'
This is caused by this code: private void AddCommonRules() { Csla.Validation.DecoratedRuleArgs args; // args = new DecoratedRuleArgs("Id", "", RuleSeverity.Error, false); ValidationRules.AddRule(Csla.Validation.CommonRules., args, 0); } On line: ValidationRules.AddRule(Csla.Validation.CommonRules., args, 0);
Note that the object "Csla.Validation.CommonRules." is incomplete
This is a BUG?
Thanks
Rogerio
Thanks for the hint. This occurs due to the type of your property (System.Guid) which is not recognized correctly in the CTP version.
Marcel