Wiley.com
Print this page Share

Professional SharePoint 2007 Development

Professional SharePoint 2007 Development (0470117567) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
Acknowledgments
A revised Acknowledgments page is now available for download.
2 43 Error in Text
Step 4, bottom of page, delete the following:
[ED: Is the list in parentheses okay, or should the series of steps be spelled out in detail?]
08/04/08
2 50-51 Addition to Text
end of step 4 from bottom of page 50, top of page 51:

After ?This will open the ports on your development machine necessary for remote debugging.?

Add:

You may also need to give the developer account the Logon as service right and change the setting for the Network Access: sharing and security model for local accounts to Classic.
07/15/2008
62 Error in Text
Step 1 in 'Creating a Standard Link List' reads 'Click Site Settings and then Create'.

This should read 'Click Site Actions and then Create'"
11/24/2010
4 183 Error in Code
first line (code) reads:
// add column 1 into row 3

should be:
// add column 2 into row 2
09/07/08
5 225 Error in Table
table, top left under "Web Service" header, continuation of the table from previous page reads:
Users and Groups (continued)

should be:
Web Part Pages (contintued)
09/07/08
288 Error in Text
in the bottom code block:

UserProfile userProfile = null; [Author: Why is this variable called "newUser".....thanks,brendon].

should be only:
UserProfile userProfile = null;

Delete the whole [Author: Why is this variable called "newUser".....thanks,brendon] section.
08/25/08
5 293 Error in Code
single shaded line of code in the middle of the page:
property.Separator = MultiValueSeparator.Semicolon;

should be:
skillProperty.Separator = MultiValueSeparator.Semicolon;
09/07/08
16 633 Error in Figure 16-11
Figure 16-11 is incorrect and should be replaced with the figure available in on our download page. http://media.wiley.com/product_ancillary/67/04701175/DOWNLOAD/fig16-11correx.bmp
07/24/08
16 639 Error in Text
step 4:

http://localhost/_vti_bin/ExcelService.asmx should be:

http://localhost:xxxx/_vti_bin/ExcelService.asmx where xxxx is the port number for the administration site.
017/15/2008
Back to Top