SPC150102: Declare attribute SharePointProductVersion='15.0' in Solution

The attribute 'SharePointProductVersion' with value '15.0' must be declared if files in 15 hive should be loaded. If not declared SharePoint assumes version '14.0'.

TypeName: DeclareSharePointVersionInSolution
CheckId: SPC150102
Severity: CriticalWarning
Type: Solution
Resolution

Add attribute 'SharePointProductVersion' with value '15.0' to manifest.xml. See sample below (MSDN):

<Solution SolutionId="4AFC1350-F354-4439-B941-51377E845F2B" SharePointProductVersion="15.0" xmlns="http://schemas.microsoft.com/sharepoint/">
   <FeatureManifests>
      ...
   </FeatureManifests>
</Solution>

comments powered by Disqus