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)
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?
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
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.
is working on a reply...