Errata
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
| Version | Location | Description | Submitted By |
|---|---|---|---|
| Safari Books Online | 1 Example1-3. A minimal msbuild project file |
the 1st.csproj is not valid and doen't open in visual studio becuase the Compile element has no end tag: |
mike anderson |
| Safari Books Online | 1.1.3 Code for Example 1-13 |
(Sorry, I don't have a page number -- I'm reading in Safari.) |
Anonymous |
| Printed | Page 5 Example 1-5 code |
void AppStartup(object sender, StartupEventArgs e) |
Anonymous |
| Safari Books Online | 6.2.11 http://proquestcombo.safaribooksonline.com/9780596510374/data_binding-id1 |
"desfault" should be spelled as "default". |
Nitin Rathee |
| Printed | Page 11 Code for Example 1-13 |
Line 13 of example 1-13 is this: |
Anonymous |
| Printed | Page 26 Data Templates |
I suppose that the XAML in Example 1-29 put into an XAML editor will produce Figure 1-16 |
landon kelsey |
| Printed | Page 38 2nd edition |
problem page 38 example 2-3 |
landon kelsey |
| Printed | Page 72 Figure 3-10 |
The Figure 3-10 is supposed to show "the Grid has made all the columns the same width" but it is |
Anonymous |
| Printed | Page 179 Figure 6-8 |
(this error is also in the printed version of the book) |
Anonymous |
| Printed | Page 179 1st paragraph |
"... Example 6-8 is creating a binding between the Text property of the TextBox and the Name |
Anonymous |
| Safari Books Online | 179 Figure 6-8 |
(this error is also in the printed version of the book) |
Anonymous |
| Printed | Page 208 first line |
"The SelectedValue is exposed from the ItemsControl..." should be "The SelectedValue is exposed |
Anonymous |
| Printed | Page 208 Example 7-7 |
The second line in the code: |
Anonymous |
| Printed | Page 267 Example 8-12, lines 4-11 on page |
In the if(CurrentPlayer) block in the TicTacToe game, when the intention is to switch the player (from X to O and vice versa), instead of the assignment operator =, the comparison operator == is used instead. |
Michael Kjörling |
| Printed | Page 282 Code Example |
Missing <EventTrigger.Actions> property element in the XAML markup. |
Anonymous |
