SPC159901: Reference 15 hive within all Pages (.aspx)

Paths in Pages to '/_controltemplates/', '/_layouts/' and '/_layouts/images/' should point to 15 hive.

TypeName: Reference15HiveInPages
CheckId: SPC159901
Severity: Warning
Type: Solution
Resolution

Replace all paths which contain '/_controltemplates/', '/_layouts/' or '/_layouts/images/' with the paths to 15 hive ('/_controltemplates/15/', '/_layouts/15/' and '/_layouts/15/images/'.  See sample below:

<%@ Page language="C#" ... %>
...
<asp:Content ContentPlaceholderID="PlaceHolderMain" runat="server">
   <script type="text/javascript" src="~/_layouts/15/jquery-ui-1.8.14.custom.min.js"></script>
...

comments powered by Disqus