Errata

Inside Microsoft® Windows® SharePoint® Services 3.0

Errata for Inside Microsoft® Windows® SharePoint® Services 3.0

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 47

_vit_bin should be _vti_bin On page 47, the second sentence of the second paragraph contains a reference to an incorrect directory. Change:"For example, the _vit_bin directory provides WSS with a way to expose DLLs and .asmx Web service files at a path within the URL space of a Web application." To: "For example, the _vti_bin directory provides WSS with a way to expose DLLs and .asmx Web service files at a path within the URL space of a Web application."

Microsoft Press  May 06, 2010 
Printed
Page 276

Code example is partially incorrect
On page 276, the last 2 lines of code in the code example for Workflow1.cs under Figure 8-10 is formatted incorrectly and can cause errors.



Change:

// using statements omitted for clarity

namespace HelloWorkflow {

public sealed partial class Workflow1 : SequentialWorkflowActivity {

public Workflow1() {

InitializeComponent();

}

public Guid workflowId = default(System.Guid);

public SPWorkflowActivationProperties workflowProperties;

workflowProperties = new SPWorkflowActivationProperties();

}

}To:

// using statements omitted for clarity

namespace HelloWorkflow {

public sealed partial class Workflow1 : SequentialWorkflowActivity {

public Workflow1() {

InitializeComponent();

}

public Guid workflowId = default(System.Guid);

public Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties workflowProperties = new Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties();

}

}

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