Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nikunj 16 posts 86 karma points
    Apr 02, 2014 @ 09:01
    Nikunj
    0

    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

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Apr 02, 2014 @ 09:05
    Jan Skovgaard
    0

    Hi Nikunj

    Does the dll file contain some XSLT extensions? if so you need to register it in /config/xsltextensions.config.

    /Jan

  • Nikunj 16 posts 86 karma points
    Apr 02, 2014 @ 09:11
    Nikunj
    0

    No, It dosen't contains any XSLT extensions. But this dll is mvc based project.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Apr 02, 2014 @ 09:15
    Jan Skovgaard
    1

    Ok, but MVC is not supported untill version 4.10 of Umbraco. That might be the issue then.

    /Jan

  • Nikunj 16 posts 86 karma points
    Apr 02, 2014 @ 09:21
    Nikunj
    0

    Oh, yes. Let me check once umbraco version upgrade to 4.11.10.

    Thanks for your fast response.

Please Sign in or register to post replies

Write your reply to:

Draft