Errata

Visual C# 2005: A Developer's Notebook

Errata for Visual C# 2005: A Developer's Notebook

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 41
Last sentence under "What about..."

"the operator serves to restrict the lookup of identifierOne"
Should be
"the operator
serves to restrict the lookup of identifierTwo"?

Anonymous   
Printed Page 101
source code

In the code for integrating the web browser in the form, there is a line of code:

webBrowser1.Url = txtURL.text;

But how can we assign a string to url which is of the type System.uri directly without casting?
How can we do it correctly?

Anonymous