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" />
Leave a Reply