SPC017701: Declare required attributes in WebTemplate

Required attributes BaseTemplateID, BaseTemplateName, BaseConfigurationID and Name must be declared in WebTemplate.

TypeName: DeclareRequiredAttributesInWebTemplate
CheckId: SPC017701
Severity: CriticalError
Type: WebTemplateDefinition
Resolution

The attributes BaseTemplateID, BaseTemplateName, BaseConfigurationID and Name must be defined in a WebTemplate. See sample below:

<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
  <WebTemplate
    ...
    BaseTemplateID="9"  
    BaseTemplateName="BLOG"  
    BaseConfigurationID="0"  
    Name="BlogIV"  
    ... />
</Elements>

Links

comments powered by Disqus