SPC016103: Deploy missing control from attribute ControlSrc

When using attribute ControlSrc the referenced ascx control must be deployed to SharePoint or must be a SharePoint control.

TypeName: DeployMissingControlTemplate
CheckId: SPC016103
Severity: CriticalError
Type: DelegateControlDefinition
Resolution

Deploy the missing control. See attribute ControlSrc in sample below:

<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
   <Control Id="AdditionalPageHead"  
      Sequence="25"
      ControlSrc="~/_ControlTemplates/MySearchControl.ascx" />      
</Elements>

comments powered by Disqus