Error ASPXPageIndexMode: Import/Export SharePoint 2007 with SharePoint Deployment Wizard

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" />

Related Images:

Comments

One response to “Error ASPXPageIndexMode: Import/Export SharePoint 2007 with SharePoint Deployment Wizard”
  1. Thomas Avatar
    Thomas

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

Leave a 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.