Errata

Inside Windows® Communication Foundation

Errata for Inside Windows® Communication Foundation

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
Other Digital Version N/A
N/A

The source code for the book as downloaded from the MS site on today's date has an issue. The file HelloWCFApp.cs cannot be compiled and run because of it. On line 50 of this file there is a statement:

proxy.Close();

which should be:

svc.Close();

The shipped version of the source code gives the following error instead:

HelloWCFApp.cs(50,11): error CS0117: 'IHelloWCF' does not contain a definition for 'Close'

Greg Palmer  Dec 09, 2011 
PDF Page Several
Varies

There are 7 instances of "the the" in the text where the text should just be "the." A search should find all of them.

Greg Palmer  Dec 14, 2011