Microsoft Visual J# .NET Core Reference Comments and Corrections (328904)



The information in this article applies to:

  • MSPRESS Microsoft Visual J# .NET Core Reference, ISBN 0-7356-1550-0

This article was previously published under Q328904

SUMMARY

This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Microsoft Visual J# .NET Core Reference, ISBN 0-7356-1550-0.

The following topics are covered:

  • Page xix: Incorrect URL For Companion Content
  • Page 73: Figure 2-14 Change
  • Page 76: Incorrect Figure 2-15
  • Page 96: Incorrect Line Break In Sample Code
  • Page 273: Error In ConnectionString
  • Page 328: Numbered List Placed Incorrectly

MORE INFORMATION

Page xix: Incorrect URL For Companion Content

On page xix, the URL given for downloading the available companion content is incorrect. The proper URL is http://www.microsoft.com/mspress/books/5834.asp.

Page 73: Figure 2-14 Change

On page 73, in Figure 2-14,

Change:
"Listener 'decides' SOAP request..."

To:
"Listener 'decodes' SOAP request..."

Page 76: Incorrect Figure 2-15


Figure 2-15 on page 76 is incorrect. Please disregard it.

Page 96: Incorrect Line Break In Sample Code

At the bottom of page 96, there is an incorrect line break in the next-to-final line of code.

Change:
" TemperatureEventListener.
java TemperatureWarning.java"

To:
" TemperatureEventListener.java TemperatureWarning.java"

Page 273: Error In ConnectionString

On page 273, the final sentence of the second paragraph needs to be changed from:
"For example, the following code creates a connection string that defines..."

To:
"For example, the following connection string defines..."

And for the code sample that follows, remove the inital and ending parentheses. Change:
("data source=LOCAL); ... Max Pool Size=50; Min Pool Size=1);

To:
"data source=LOCAL); ... Max Pool Size=50; Min Pool Size=1;

Page 328: Numbered List Placed Incorrectly

On page 328, the numbered list should be placed below the following paragraph, "The important instructions are..."

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:12/4/2002
Keywords:kbdocerr kbdocfix kbinfo KB328904