Errata

XAML Developer Reference

Errata for XAML Developer Reference

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

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

Version Location Description Submitted By Date submitted Date corrected
PDF
Page 120

in "Property Triggers" table, Silverlight not supported Property Triggers.

Note from the Author or Editor:
Please change the "Yes" against Silverlight in the table to a "No." Pg 120

Sen Wang  Jan 03, 2012 
PDF
Page 266
Figure 9-12 caption

Caption should read
Figure 9-12 Creating a 3-D cube.

Kristen Borg  Dec 13, 2011  Dec 15, 2011
PDF
Page 264
1st line of 2nd code block

<Window x:Class="WpfApplication1.Window4"

should be

<Window x:Class="WpfApplication1.MainWindow"

Kristen Borg  Dec 13, 2011  Dec 15, 2011
PDF
Page 238
2nd code line from top

(DoFilter) should be (PerformFilter)

Kristen Borg  Dec 13, 2011  Dec 15, 2011
PDF
Page 237
top code block

remove this code:

// Executes when the user
navigates to this page
protected override void OnNavigatedTo(NavigationEventArgs e)
{
}

Kristen Borg  Dec 13, 2011  Dec 15, 2011
PDF
Page 236
bottom code block

Public MainPage() should be public MainPage()

also,
public partial class MainPage : Page

should be

public partial class MainPage : UserControl

Kristen Borg  Dec 13, 2011  Dec 15, 2011
PDF
Page 236
top code block

xmlns:mc=http://schemas.openxmlformats.org/markup-compatibility/2006

add quotes

xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

Also change font to correct monospace typeface

Kristen Borg  Dec 13, 2011  Dec 15, 2011
PDF
Page 235
2nd code line from top

public partial class MainPage : Page

should be

public partial class MainPage : UserControl

Kristen Borg  Dec 13, 2011  Dec 15, 2011
PDF
Page 232
bottom code example

catch (Exception)

should be

catch (Exception ex)

Kristen Borg  Dec 13, 2011  Dec 15, 2011
PDF
Page 231
top code block

<TextBlock Text="{Binding Path=EmpName}"/>

should be

<TextBlock Text="{Binding Path=CompanyName}"/>

Kristen Borg  Dec 13, 2011  Dec 15, 2011
PDF
Page 228, 230, 231
code examples

Name="textBlock3" Text="EmpName"
VerticalAlignment="Top" Width="146" />

should be

Name="textBlock1" Text="Company Name"
VerticalAlignment="Top" Width="146" />

Kristen Borg  Dec 13, 2011  Dec 15, 2011
PDF
Page 226
bottom code example

<sdk:DataGrid Name="dg"

should be

<sdk:DataGrid Name="dgCustomers"

Kristen Borg  Dec 13, 2011  Dec 15, 2011
PDF
Page 223
Item #5

Add sentence at end of #5:
Choose the Customers table in the Choose Your Database Objects section and click Finish.

Kristen Borg  Dec 13, 2011  Dec 15, 2011