Bugfixing for FatalError: The ‘ASPXPageIndexMode’ attribute is not declared with SharePoint Content Deployment Wizard.
- check if both machines have the same updates (infrastructure update, SP …)
- 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”
if the error still occurs add also
< xs:attribute name="AllowAutomaticASPXPageIndexing" type="xs:boolean" use="optional" />