SPC157303: Reference SharePoint 15 Assemblies in Master Page

Master Pages should not reference previous versions of Microsoft.SharePoint assemblies.

TypeName: MasterPageShouldReferenceSharePointVersion15
CheckId: SPC157303
Severity: CriticalWarning
Type: Solution
Resolution

The Master Page should reference version 15.0 of SharePoint Assemblies. See sample below:

<%@ Master language="C#" %>  
...
<%@ Assembly Name="Microsoft.Web.CommandUI, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
...

comments powered by Disqus