Hi All,
While trying to register a CSS file in SharePoint using CSSRegistration class as:
We got the following error:
"Cannot make a cache safe URL for "styles/~/SampleProject/StyleSheet.css", file not found. Please verify that the file exists under the layouts directory".
One of the benefits of using SharePoint:CSSRegistration is that it prevents multiple loading of same CSS file. For Example, if we try to register a CSS file multiple times as:
The final rendered Page will have only one instance of this style sheet.
Ok. Coming back to the problem, the Resolution is to remove ~ in the URL. Hence, the correct statement would be:
Here is a good source to know more about SharePoint:CSSRegistration:
http://tommdaly.wordpress.com/2012/05/02/sharepoint-cssregistration-or-link/
Thanks !
While trying to register a CSS file in SharePoint using CSSRegistration class as:
// Register CSS File CssRegistration.Register("~/_layouts/SampleProject/StyleSheet.css");
We got the following error:
"Cannot make a cache safe URL for "styles/~/SampleProject/StyleSheet.css", file not found. Please verify that the file exists under the layouts directory".
One of the benefits of using SharePoint:CSSRegistration is that it prevents multiple loading of same CSS file. For Example, if we try to register a CSS file multiple times as:
// Register CSS File CssRegistration.Register("/_layouts/SampleProject/StyleSheet.css"); CssRegistration.Register("/_layouts/SampleProject/StyleSheet.css"); CssRegistration.Register("/_layouts/SampleProject/StyleSheet.css"); CssRegistration.Register("/_layouts/SampleProject/StyleSheet.css");
The final rendered Page will have only one instance of this style sheet.
Ok. Coming back to the problem, the Resolution is to remove ~ in the URL. Hence, the correct statement would be:
// Register CSS File CssRegistration.Register("/_layouts/SampleProject/StyleSheet.css");
Here is a good source to know more about SharePoint:CSSRegistration:
http://tommdaly.wordpress.com/2012/05/02/sharepoint-cssregistration-or-link/
Thanks !
Hi, There's no doubt that your blog may be having internet browser compatibility issues. When I take a look at your website in Safari, it looks fine however when opening in IE, it has some overlapping issues. I merely wanted to give you a quick heads up! Aside from that, excellent website!
ReplyDeleteHere is my site :: catering