Programming Windows Presentation Foundation by Chris Sells & Ian Griffiths The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification This page was updated April 1, 2008. UNCONFIRMED errors and comments from readers: [n/a] n/a; http://www.sellsbrothers.com/writing/avbook/ is a broken link. I cannot download the example for Programming Windows Presentation Foundation. Gets redirected to http://www.sellsbrothers.com/writing/ wpfbook/ {2} Example 1-2; Path to WindowsBase.dll, PresentationCore.dll and PresentationFramework.dll should be C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\ instead of c:\windows\microsoft.net\windows\v6.0.4030\ (23) 10th row (inside example 1-29); Error: this.names.Add(new Nickname()); No Add definition? [25] 7th row from below (inside example 1-31); Error: I try to type , but there is no such element, there is , but seems not the right one (129) Figure 4-9; Age: ="{Binding Path=Name}".../> should be: Age: ="{Binding Path=Age}".../>