Bugfixing for FatalError: The ‘ASPXPageIndexMode’ attribute is not declared with SharePoint Content Deployment Wizard.

  1. check if both machines have the same updates (infrastructure update, SP …)
  2. Go to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\XML find DeploymentManifest.xsd and add the following code in Section <!– SPWeb definition –>
<xs:attribute name="ASPXPageIndexMode" type="xs:string" use="optional" />
<xs:attribute name="NoCrawl" type="xs:boolean" use="optional" />
<xs:attribute name="CacheAllSchema" type="xs:boolean" use="optional" />

One thought to “Error ASPXPageIndexMode: Import/Export SharePoint 2007 with SharePoint Deployment Wizard”

  • Thomas

    if the error still occurs add also < xs:attribute name="AllowAutomaticASPXPageIndexing" type="xs:boolean" use="optional" />

    Reply

Leave a comment to Thomas Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.