Issue
This error can occur when Bamboo Data Viewer is added to a custom master page.
Resolution
- Using SharePoint Designer edit the custom master page.
- Locate the following lines in the <Head/> section
<!--MS:<SharePoint:AjaxDelta id="DeltaSPWebPartManager" runat="server">-->
<!--MS:<WebPartPages:SPWebPartManager runat="server">-->
<!--ME:</WebPartPages:SPWebPartManager>-->
<!--ME:</SharePoint:AjaxDelta>-->
- Remove (cut) them from the <Head/> section
- Place (paste) them into the <Body/>
- Save the master page changes in SharePoint Designer
A sample corrected master page is attached.
Comments
0 comments
Please sign in to leave a comment.