Errata


Print Print Icon

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



Version Location Description Submitted By
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