Errata

Windows Phone 7 Development Internals

Errata for Windows Phone 7 Development Internals

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, PDF, , Other Digital Version
Page iii
missing page

Insert a dedication page with the following text:

In memory of Texas

Nellie McKesson
Nellie McKesson
 
Jul 02, 2012 
Printed
Page 624
code section after 3rd paragraph

The <Requirements> section must be a child of the <App> element, immediately after the closing </Capabilities> tag. Please replace the code snippet with this one:

<Deployment>
<App>
<Capabilities>
... unchanged elements omitted for brevity.
</Capabilities>
<Requirements>
<Requirement Name="ID_REQ_MEMORY_90"/>
</Requirements>
... unchanged elements omitted for brevity.
</App>
</Deployment>

Andrew Whitechapel
 
Aug 10, 2012