SPC156803: Reference SharePoint 15 Assemblies in ASCX Control

ASCX Controls should not reference previous versions of Microsoft.SharePoint assemblies.

TypeName: ASCXControlShouldReferenceSharePointVersion15
CheckId: SPC156803
Severity: CriticalWarning
Type: Solution
Resolution

The ASCX Control should reference version 15.0 of SharePoint Assemblies. See sample below:

<%@ Page ... %>
<%@ Register Tagprefix="SharePointWebControls" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=..." %>
...

comments powered by Disqus