Errata for MCTS Self-Paced Training Kit (Exam 70-503): Microsoft® .NET Framework 3.5—Windows® Communication Foundation
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. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page 30
|
Carriage returns missing in code sample
On page 30, the code sample for answer E is missing several carriage returns.
Change:
' VB
// C# [OperationContract()]To:
' VB
// C#
[OperationContract()]
|
Microsoft Press |
May 06, 2010 |
|
| Printed |
Page 94
|
Transport should be after Encoding
On page 94, in the bullet points under the Custom Bindings heading, Transport needs to be placed under Encoding as it should be added last.
Change:
"Transport The required transport element specifies your own transport or one of the following: TCP, NamedPipes, HTTP, HTTPS, MSMQ, or Peer-to-Peer.
Encoding The required message encoding element specifies text, binary, or MTOM message encoding methods."
To:
"Encoding The required message encoding element specifies text, binary, or MTOM message encoding methods.
Transport The required transport element specifies your own transport or one of the following: TCP, NamedPipes, HTTP, HTTPS, MSMQ, or Peer-to-Peer."
|
Microsoft Press |
Jul 13, 2010 |
|
| Printed |
Page 339
|
"httpsys" should be "httpcfg"
On page 339, the 3rd sentence in the paragraph under Step 19 refers to an incorrect Windows XP command.
Change:
"However, even if you had previously created an SSL certificate, you must associate it with the port and computer
combination by using the netsh http add command (or the httpsys command if you are in Windows XP.)."
To:
"However, even if you had previously created an SSL certificate, you must associate it with the port and computer
combination by using the netsh http add command (or the httpcfg command if you are in Windows XP.)."
|
Microsoft Press |
May 06, 2010 |
|
| Printed |
Page 340
|
Command incorrect for Windows XP
On page 340, in the Note box under Step 32 the command is incorrect.
Change:
"NOTE Registering the certificate in Windows XP
If you are using Windows XP, the command that is used to register the certificate is different. Instead of using the netsh command, you enter the following into the command line:
httpsys add ssl –I 0.0.0.0:8732 –h -Personal"
To:
"NOTE Registering the certificate in Windows XP
If you are using Windows XP, the command that is used to register the certificate is different. Instead of using the netsh command, you enter the following into the command line:
httpcfg set ssl –I 0.0.0.0:8732 –h -Personal
In order to use this command you must first download and install the Windows XP Service Pack 2 Support Tools (http://go.microsoft.com/fwlink/?LinkId=88606)."
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.
|
Microsoft Press |
Jul 13, 2010 |
|
|
| |