Errata

Programming Windows Presentation Foundation

Errata for Programming Windows Presentation Foundation

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 2
Example 1-2

Path to WindowsBase.dll, PresentationCore.dll and PresentationFramework.dll
should be C:Program FilesReference AssembliesMicrosoftFrameworkv3.0
instead of c:windowsmicrosoft.netwindowsv6.0.4030

Anonymous   
Printed Page 23
10th row (inside example 1-29)

Error: this.names.Add(new Nickname());
No Add definition?

Anonymous   
Printed Page 25
7th row from below (inside example 1-31)

Error: <DataTemplate>
I try to type <DataTemplate>, but there is no such element, there is
<DataElementKey>, but seems not the right one

Anonymous   
Printed Page 129
Figure 4-9

<TextBlock...>Age:</TextBlock>
<TextBlock Text>="{Binding Path=Name}".../>

should be:

<TextBlock...>Age:</TextBlock>
<TextBlock Text>="{Binding Path=Age}".../>

Anonymous