urn:PS.xslt search namespace not found in umbraco 4.11
Hi,
I am trying to implement an application that uses xslt search from an old project run in umbraco 4.7 for a new project run in umb 4.11.8.
The App code folder in the new project has the xsltsearch.cs file with the gettime() method which is the first method that the xslt file falls over when i debug it in VS
However, the xslt file saves with this error -
Error occured
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) at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlSequenceWriter results) at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer) at System.Xml.Xsl.XslCompiledTransform.Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver) at System.Xml.Xsl.XslCompiledTransform.Transform(IXPathNavigable input, XsltArgumentList arguments, TextWriter results) at umbraco.presentation.webservices.codeEditorSave.SaveXslt(String fileName, String oldName, String fileContents, Boolean ignoreDebugging)
The App code folder in the new project has the xsltsearch.cs file with the gettime() method which is the first method that the xslt file falls over when i debug it in VS.
urn:PS.xslt search namespace not found in umbraco 4.11
Hi,
I am trying to implement an application that uses xslt search from an old project run in umbraco 4.7 for a new project run in umb 4.11.8.
The App code folder in the new project has the xsltsearch.cs file with the gettime() method which is the first method that the xslt file falls over when i debug it in VS
However, the xslt file saves with this error -
Error occured
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)
at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlSequenceWriter results)
at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer)
at System.Xml.Xsl.XslCompiledTransform.Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver)
at System.Xml.Xsl.XslCompiledTransform.Transform(IXPathNavigable input, XsltArgumentList arguments, TextWriter results)
at umbraco.presentation.webservices.codeEditorSave.SaveXslt(String fileName, String oldName, String fileContents, Boolean ignoreDebugging)
The App code folder in the new project has the xsltsearch.cs file with the gettime() method which is the first method that the xslt file falls over when i debug it in VS.
Should the version be 3.04 or 3.05
Any help would be much appreciated
Thanks
Paul
Actually I was running off the project on my localmachine no xsltsearch.cs on my local sorted
is working on a reply...