Errata

Mastering Visual Studio .NET

Errata for Mastering Visual Studio .NET

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 52
1st paragraph, 1st sentence

"Certain types of .NET source file represent a user..."
should read:
"Certain types of .NET source files present a user..."

Anonymous   
Printed Page 70
Paragraph 2, last line

The text states that the configuration file in Example 3.1 (p. 71) can be used to
enable JIT debugging for a WinForms application that doesn't have a configuration
file. That is incorrect: the example is a configuration file to enable debugging in
an ASP.NET application; it will not do for a WinForms application.

<system.windows.forms jitDebugging="true"/> != <compilation debug="true"/>

Perhaps an example got dropped from the text?

Anonymous