Microsoft .NET Compact Framework Core Reference Comments and Corrections (828798)



The information in this article applies to:

  • MSPRESS Microsoft .NET Compact Framework Core Reference, ISBN 0-7356-1725-2

SUMMARY

This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Microsoft .NET Compact Framework Core Reference, ISBN 0-7356-1725-2.

The following topics are covered:
  • Page 387: Error In Code Sample
  • Page 397: Missing Sample Files

MORE INFORMATION

Page 387: Error In Code Sample

There is an error in the code sample on page 387.

Change:
client = listener.AcceptIrDAClient(); //This call blocks


To:
client = irListen.AcceptIrDAClient(); // This call blocks



Page 397: Missing Sample Files

The Serial Communication and GPS Receiver sample files referenced on page 397 are missing from the companion content. These files are available for download from the following URL:
Sample Files


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.

Modification Type:MajorLast Reviewed:10/17/2006
Keywords:kbdocerr kbdocfix kbfix kbinfo KB828798