___________________________________________________________________ Readme for MCTS Self-Paced Training Kit (Exam 70-529): Microsoft® .NET Framework 2.0 Distributed Application Development by Sara Morgan, Bill Ryan, and Shannon Horn of GrandMasters, with Mark Blomsma CD-only materials by Olof Nystrom, Murray Gordon, and Scott Allen of GrandMasters Copyright (c) 2007 Microsoft Corporation. Portions copyright Grandmasters LLC and Mark Blomsma. Practice Test Engine (c) 2006 MeasureUp, Inc. All Rights Reserved ___________________________________________________________________ HOW TO USE THIS CD ================== Insert this CD into your CD-ROM drive. If AutoRun is not enabled, run StartCD.exe at the root of the CD to display a start menu. This menu provides you with links to all the resources available on the CD. WHAT IS ON THIS CD? ================== This CD contains the following items: Practice tests --------------------------- The Microsoft Press Training Kit exam prep suite, which includes practice tests for Exam 70-529, is contained on this CD in the \Practice folder. To install the Training Kit exam prep suite to your hard disk, run Setup.exe in the \Practice folder and follow the instructions that appear. To uninstall the Training Kit exam prep suite, make the appropriate selection from Add Or Remove Programs in Control Panel. Code files for the book --------------------------- To copy the code samples to your computer, run the installer and follow the instructions that appear. To uninstall the code samples, make the appropriate selection from Add Or Remove Programs in Control Panel. Electronic Book (eBook) ----------------------- The complete text of the print book is contained on this CD in a searchable PDF eBook. To view this eBook, open the PDF file in the \eBook folder. Note: The eBook is in Portable Document Format (PDF). To view this file, you will need Adobe Acrobat or Adobe Reader. For more information about these products or to download Adobe Reader, visit the Adobe Web site at http://www.adobe.com. SUPPORT INFORMATION =================== Microsoft Learning Technical Support ------------------------------------ Every effort has been made to ensure the accuracy of the book and the contents of this CD. As corrections or changes are collected, they will be added to a Microsoft Knowledge Base article. Microsoft Press provides support for books and companion CDs at the following Web site: http://www.microsoft.com/learning/support/books/ If you have comments, questions, or ideas regarding the book or this CD, or questions that are not answered by visiting the site above, please send them to Microsoft Press via e-mail to: tkinput@microsoft.com or via postal mail to: Microsoft Press Attn: MCTS Self-Paced Training Kit (Exam 70-529): Microsoft® .NET Framework 2.0— Distributed Application Development, Editor One Microsoft Way Redmond, WA 98052 Please note that Microsoft software product support is not offered through the above addresses. DISCLAIMER: Third-Party Software or Links to Third-Party Sites -------------------------------------------------------------- For the user's convenience, this CD may include third-party software or links to third-party sites. Please note that these products are not under the control of Microsoft Corporation and Microsoft is therefore not responsible for their content, nor should their inclusion on this CD be construed as an endorsement of the product. Please check third-party Web sites for the latest version of their software. ERRATA ====== There is an error in the DemoPerson function of the Chapter08\Lesson 2\VB\Callback\Client\StandardClient\Module1.vb listing. The statement that reads Dim person As IPerson = _ CType(Activator.GetObject(GetType(IPerson), _ "tcp://localhost:9000/Person.rem"), IPerson) should actually read demo_person = _ CType(Activator.GetObject(GetType(IPerson), _ "tcp://localhost:9000/Person.rem"), IPerson) The code on the companion CD is correct as is.