Go To Homepage



Book Details
Pro SharePoint 2007 Development Techniques book cover
  • By Nikander Bruggeman Margriet Bruggeman
  • ISBN13: 978-1-59059-913-6
  • ISBN10: 1-59059-913-6
  • 504 pp.
  • Published Nov 2007
  • Print Book Price: $49.99
  • eBook Price: $34.99



Errata Submission

If you think that you've found an error in Pro SharePoint 2007 Development Techniques, please let us know about it. You will find any confirmed erratum below, so you can check if your concern has already been addressed.

Submit Errata
Pro SharePoint 2007 Development Techniques (978-1-59059-913-6)

Errata

Issue Author's Response
The Lab in Page 100 about "Building an AutoCompletion Web Part" will not work due to "AjaxControlTookit.dll" not found when page is requested!
We still have two configuration steps to go,
1.add the following line to web.config under <Controls> tag:
<add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>

2.copy the DLL “AjaxControlToolkit.dll” into your SharePoint Bin Folder:
C:\Inetpub\wwwroot\wss\VirtualDirectories\80\bin

Thanks a lot!
The Lab in Page 100 about "Building an AutoCompletion Web Part" will not work due to "AjaxControlTookit.dll" not found when page is requested!
We still have two configuration steps to go,
1.add the following line to web.config under <Controls> tag:
<add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>

2.copy the DLL “AjaxControlToolkit.dll” into your SharePoint Bin Folder:
C:\Inetpub\wwwroot\wss\VirtualDirectories\80\bin

Thanks a lot!
chap 2, page 92, The code listing should include this line "using System.Web.Script.Services;",if not, we will get an error at line "ServiceReference objReference = new ServiceReference();" chap 2, page 92, The code listing should include this line "using System.Web.Script.Services;",if not, we will get an error at line "ServiceReference objReference = new ServiceReference();"