SPC016102: Deploy missing assembly from attribute ControlAssembly

When using attribute ControlAssembly the referenced assembly must be deployed to SharePoint or must be a SharePoint assembly.

TypeName: DeployMissingControlAssembly
CheckId: SPC016102
Severity: CriticalError
Type: DelegateControlDefinition
Resolution

Deploy the missing assembly. See attribute ControlAssembly in sample below:

<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
   <Control  
      Id="AdditionalPageHead"  
      Sequence="1000"
      ControlAssembly="EcmaScriptDelegate, Version=1.0.0.0, Culture=neutral, PublicKeyToken=publickeytoken"  
      ControlClass="EcmaScriptDelegate.EcmaScriptDelegateControl">
</Elements>

comments powered by Disqus