SPC156901: Inherit ASPX Page from SharePoint 15 Assemblies

ASPX Pages should not inherit from previous or later version of Microsoft.SharePoint assemblies.

TypeName: ASPXPageShouldInheritFromSharePointVersion15
CheckId: SPC156901
Severity: CriticalWarning
Type: Solution
Resolution

The ASPX page should inherit from version 15.0 of SharePoint Assemblies. See sample below:

<%@ Page language="C#" Inherits="Microsoft.SharePoint.Publishing.PublishingLayoutPage, Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=..." %>
...
<asp:Content ContentPlaceholderID="PlaceHolderAdditionalPageHead" runat="server">
...

comments powered by Disqus