Article ID: 959407 - Last Review: November 19, 2008 - Revision: 1.1
Introducing Microsoft® Silverlight™ 2, Second Edition comments and corrections
On This Page
SUMMARY
This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Introducing Microsoft Silverlight 2, Second Edition, 978-0-7356-2528-0.
The following topics are covered:
The following topics are covered:
- Pages 19-22: Video file missing
- Pages 68 & 69: Incorrect code sample
MORE INFORMATION
Pages 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)
For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:
119591 (http://support.microsoft.com/kb/119591/en-us/)
How to Obtain Microsoft Support Files from Online Services 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.
Pages 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.
Note: This article is from Microsoft Knowledage Base
Related problems posted by other users | |
| more... |

