SPC015510: Deploy missing Image in ListTemplate

If a ListTemplate references a file in attribute 'Image' (e.g. an icon) the file must be deployed.

TypeName: DeployMissingImageOfListTemplate
CheckId: SPC015510
Severity: Error
Type: ListTemplateDefinition
Resolution

Add the necessary file to the solution as TemplateFile. See sample below:

<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
   <ListTemplate  
      Name="announce"  
      ...  
      Image="/_layouts/images/itann.gif">
   </ListTemplate>
</Elements>

comments powered by Disqus