SPC012101: Declare required attributes in Feature

Required attributes Id and Scope must be declared in Feature.

TypeName: DeclareRequiredAttributesInFeature
CheckId: SPC012101
Severity: CriticalError
Type: Feature
Resolution

The attribute 'Id' of a Feature must be defined. It contains the globally unique identifier (GUID) for the Feature. See sample below:

<Feature
   Id="11111111-1111-1111-1111-11111111111"
   Title="Location Services"
   Description="This Feature contains lists and parts that let you link location data to your customer lists."
   Scope="Web" >
   <ElementManifests>
   ...
   </ElementManifests>
</Feature>

comments powered by Disqus