Errata

Introducing Microsoft® Silverlight™ 2, Second Edition

Errata for Introducing Microsoft® Silverlight™ 2, Second Edition

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
Printed
Page 19-22

Video file missing
On pages 19-22, Figures 1-7 through 1-11 show a video file which was not included in the Companion Content for the book. The following file is available for download from the Microsoft Download Center:
Balls_wmv.exe
http://download.microsoft.com/download/e/9/f/e9f5d7b3-0517-4729-aeef-a00afa1f293d/balls_wmv.exe
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.

Microsoft Press  May 06, 2010 
Printed
Page 68 & 69

Incorrect code sample
On pages 68 & 69, the cI[nCanvasID].SetValue methods use incorrect parameters.



Change:

cI[nCanvasID].SetValue(

Convert.toDouble(Canvas.TopProperty, ny * 100));

cI[nCanvasID].SetValue(

Convert.toDouble(Canvas.LeftProperty, nx * 100));To:

cI[nCanvasID].SetValue(Canvas.TopProperty,

Convert.toDouble(ny * 100));

cI[nCanvasID].SetValue(Canvas.LeftProperty,

Convert.toDouble(nx * 100));

Microsoft Press is committed to providing informative and accurate

books. All comments and corrections listed above are ready for

inclusion in future printings of this book. If you have a later printing

of this book, it may already contain most or all of the above corrections.

Microsoft Press  Jul 13, 2010