SPD010101: Solution references Solution

Solution can reference other Solutions in ActivationDependencies

TypeName: SolutionReferencesSolution
CheckId: SPD010101
Severity: Information
Type: Solution
Remarks

In manifest.xml of a Solution an ActivationDependency to another Solution can be defined as follows:

<Solution>
  <ActivationDependencies>
    <ActivationDependency SolutionId="00000000-0000-0000-0000-000000000000"/>
  </ActivationDependencies>
</Solution>


During the deployment SharePoint will check if the Solutions with the specified SolutionId is deployed in the farm. If not SharePoint returns an error message.

comments powered by Disqus