← Back to the blog section Open archive

Article

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:

Discussion

1 comment

The conversation continues below.

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

Join the conversation

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.