Copied to clipboard

Flag this post as spam?

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


  • Mark Newton 10 posts 28 karma points
    Feb 11, 2011 @ 13:06
    Mark Newton
    0

    error after installing XSLTSearch

    After updateing XSLTSearch from the simple package as it did not seem to work. I got:

    Error parsing XSLT file: \xslt\XSLTsearch.xslt

    on the web pages that uses it. So I  tried to resave the XSLTSearch code in Umbraco I get:

    System.Xml.Xsl.XslTransformException: Cannot find a script or an extension object associated with namespace 'urn:PS.XSLTsearch'. 

    at System.Xml.Xsl.Runtime.XmlQueryContext.InvokeXsltLateBoundFunction(String name, String namespaceUri, IList`1[] args) 
    at startTime(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime) 
    at Execute(XmlQueryRuntime {urn:schemas-microsoft-com:xslt-debug}runtime)

     

    THe line in question seems to be:

     

     xmlns:PS.XSLTsearch="urn:PS.XSLTsearch"

     

    I guess I have done something wrong, any ideas?

     

  • Calvin Frei 106 posts 314 karma points
    Feb 11, 2011 @ 13:30
    Calvin Frei
    0

    You use umbraco 4.6.x, right?

    Copy System.Web.Mvc.dll (from mvc2) to your /bin folder and it should solve your problem!

    More details: http://our.umbraco.org/projects/website-utilities/xsltsearch/xsltsearch-bugs/16139-Error-when-saving-XSLT-file-in-Umbraco-46-beta?p=4

  • Mark Newton 10 posts 28 karma points
    Feb 11, 2011 @ 14:04
    Mark Newton
    0

    Thanks for your help on this

    I installed MVC3 and edited the web.config file like suggested in the link and it all work fine now.

    This is my first few days with Umbraco and I am very impressed with the comunity forum. Most of the answers seem to be here. 

Please Sign in or register to post replies

Write your reply to:

Draft