Expand Minimize

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

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

CheckId SPC159901
TypeName Reference15HiveInPages
Severity Warning
Type ASPXFile

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>
...

Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.