SPC010103: Define a valid GUID for attribute 'SolutionId' in Solution

The attribute 'SolutionId' in Solution must be a valid GUID. Otherwise the deployment or retraction of the solution may not work properly.

TypeName: DefineSolutionIdAsTypeGUID
CheckId: SPC010103
Severity: Error
Type: Solution
Resolution

Ensure that attribute 'SolutionId' in a Solution is a valid GUID. See sample below (MSDN):

<Solution SolutionId="4AFC1350-F354-4439-B941-51377E845F2B" xmlns="http://schemas.microsoft.com/sharepoint/">
   <FeatureManifests>
      <FeatureManifest Location="Calls\feature.xml"/>
   </FeatureManifests>
   <TemplateFiles>
       <TemplateFile Location="Mobile\HelpDeskHomePage.ascx" />
   </TemplateFiles>
   <Assemblies>
       <Assembly DeploymentTarget="GlobalAssemblyCache" Location="HelpDeskCoreFeatureReceiver.dll"/>
   </Assemblies>
</Solution>

comments powered by Disqus