Since installing 7.3.6 the my site now has the error
'Error reading XSLT file:'
With the log file recording
2016-02-02 09:44:28,238 [P12424/D15/T30] WARN umbraco.macro - Error loading XSLT Breadcrumb.xslt. Exception: System.InvalidOperationException: Cannot use this obsoleted overload when the current provider is not of type Umbraco.Core.Cache.HttpRuntimeCacheProvider
at Umbraco.Core.CacheHelper.GetCacheItem[TT](String cacheKey, CacheItemPriority priority, CacheDependency cacheDependency, Func`1 getCacheItem)
at umbraco.macro.getXslt(String XsltFile)
at umbraco.macro.LoadMacroXslt(macro macro, MacroModel model, Hashtable pageElements, Boolean throwError)
Please no suggestion to replace with Razor as there are hundreds of Xslt macros.
Error reading XSLT file - 7.3.6
Since installing 7.3.6 the my site now has the error
'Error reading XSLT file:'
With the log file recording
2016-02-02 09:44:28,238 [P12424/D15/T30] WARN umbraco.macro - Error loading XSLT Breadcrumb.xslt. Exception: System.InvalidOperationException: Cannot use this obsoleted overload when the current provider is not of type Umbraco.Core.Cache.HttpRuntimeCacheProvider at Umbraco.Core.CacheHelper.GetCacheItem[TT](String cacheKey, CacheItemPriority priority, CacheDependency cacheDependency, Func`1 getCacheItem) at umbraco.macro.getXslt(String XsltFile) at umbraco.macro.LoadMacroXslt(macro macro, MacroModel model, Hashtable pageElements, Boolean throwError)
Please no suggestion to replace with Razor as there are hundreds of Xslt macros.
Hi Nigel,
I know there's been a problem with version 7.3.6 that had to do with the way caching was working, so that might be the reason.
Have a look at the issue here, and see if maybe Shannon's patched DLLs fixes your issue: http://issues.umbraco.org/issue/U4-7870
Hope that helps,
/Chriztian
Thanks - Just reverted back to 7.3.4 so will have to try again another day.
Having the same issue with 7.3.7. XSLT Macro's stopped working.
Any help would be great!
Just filed an issue for this one: http://issues.umbraco.org/issue/U4-7890
is working on a reply...