I'm getting error somethig like this througout site:
Error parsing XSLT file: \xslt\xsltname.xslt
I'm using umbraco version 4.9.0 and just added dll in bin folder and stoped working.
Getting below error during save xslt in editor:
System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.macro.GetXsltExtensionsImpl()
at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String
cacheKey, Object syncLock, CacheItemPriority priority,
CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency,
TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem)
at umbraco.macro.GetXsltExtensions()
at umbraco.macro.AddMacroXsltExtensions()
at umbraco.presentation.webservices.codeEditorSave.SaveXslt(String
fileName, String oldName, String fileContents, Boolean ignoreDebugging)
To resolve this, I recycled application pool, still not working.If i remove this dll then it's working well.
I need to add this dll because its referenced in my project.
Error parsing XSLT file: \xslt\...
Hi,
I'm getting error somethig like this througout site:
Error parsing XSLT file: \xslt\xsltname.xslt
I'm using umbraco version 4.9.0 and just added dll in bin folder and stoped working.
Getting below error during save xslt in editor:
System.NullReferenceException: Object reference not set to an instance of an object.
at umbraco.macro.GetXsltExtensionsImpl()
at umbraco.cms.businesslogic.cache.Cache.GetCacheItem[TT](String cacheKey, Object syncLock, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, GetCacheItemDelegate`1 getCacheItem)
at umbraco.macro.GetXsltExtensions()
at umbraco.macro.AddMacroXsltExtensions()
at umbraco.presentation.webservices.codeEditorSave.SaveXslt(String fileName, String oldName, String fileContents, Boolean ignoreDebugging)
To resolve this, I recycled application pool, still not working.If i remove this dll then it's working well.
I need to add this dll because its referenced in my project.
Thanks,
Nikunj Patel
Hi Nikunj
Does the dll file contain some XSLT extensions? if so you need to register it in /config/xsltextensions.config.
/Jan
No, It dosen't contains any XSLT extensions. But this dll is mvc based project.
Ok, but MVC is not supported untill version 4.10 of Umbraco. That might be the issue then.
/Jan
Oh, yes. Let me check once umbraco version upgrade to 4.11.10.
Thanks for your fast response.
is working on a reply...