C# Programmer's Cookbook Comments and Corrections (830493)



The information in this article applies to:

  • MSPRESS C# Programmer's Cookbook, ISBN 0-7356-1930-1

SUMMARY

This article contains comments, corrections, and information about known errors relating to the Microsoft Press book C# Progammer's Cookbook, 0-7356-1930-1.

The following topics are covered:
  • Page 223: Error In Code For Recipe 7.8
  • Page 268: Error In Code For Recipe 8.7
  • Page 400: Change to Wsdl Command

MORE INFORMATION

Page 223: Error In Code For Recipe 7.8

The code on the companion CD for Chapter 7, recipe 7.8 is incorrect.

Change:
"using System.Web.Security.Principal;"

To:
"using System.Security.Principal;"

Page 268: Error In Code For Recipe 8.7

The code on the companion CD for Recipe 8.7 is incorrect.

Change:
"using System.Drawing2D;"

To:
"using System.Drawing.Drawing2D"

Page 400: Change to Wsdl Command

The Wsdl command between 1st and 2nd paragraphs on page 400 is incorrect.

Change:
"/appsettingurlkey:MyService"

To:
"/appsettingurlkey:AppName.ServerName.ServiceName"

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/14/2003
Keywords:kbinfo kbdocfix kbdocerr KB830493 kbAudEndUser