Thursday, January 07, 2010
« Spaghetti Podcast online | Main | StatLight »

Miguel Castro has kindly compiled a chm help file from the 3.8.2 source code, and it is now available on the CSLA .NET download page – click here.

Thanks Miguel!!

Monday, January 11, 2010 12:06:39 PM (Central Standard Time, UTC-06:00)
Hi there,
don't really know where should I post this message but as I was reading Expert C# 2008 Business Objects I realized in chapter 17, page 526, there is an error in the code:

ValidationRules.AddRule(StartDateGTEndDate, StartedProperty);

should be

ValidationRules.AddRule <project>(StartDateGTEndDate, StartedProperty);

Thanks,
Leila
Monday, January 11, 2010 3:33:33 PM (Central Standard Time, UTC-06:00)
Errata for the book should be reported to Apress at www.apress.com. They have a formal errata reporting system so you can see if that issue has already been reported, etc.
Comments are closed.