I just upgraded an install from 4.0(beta) to 4.7 (with a brief layover at 4.5.2), and am having some trouble with my XSLT. I switched UseLegacyXmlSchema is umbracoSettings.config to "true", but still get the "error parsing" error whenever xslt is used in the site. I tried switching to the new schema, but whenever I attempt to save an XSLT file, I get this error:
System.Exception: Unable to load one or more of the types in assembly 'VistaDB For Umbraco, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null'.
Same deal when I try to use the visualizer. I checked, and there are two VistaDB dlls in the bin folder - one "for umbraco" and one ".net20". Any thoughts on what's going on here?
<?xml version="1.0" encoding="utf-8" ?> <XsltExtensions> <!-- This file is used to register 3rt party xslt extensions (methods you can execute from xslt, like umbraco.library:NiceUrl) <ext assembly="assemblyName" type="assemblyName.namespace.type" alias="custom"> --> </XsltExtensions>
Issue with XSLT after upgrade
I just upgraded an install from 4.0(beta) to 4.7 (with a brief layover at 4.5.2), and am having some trouble with my XSLT. I switched UseLegacyXmlSchema is umbracoSettings.config to "true", but still get the "error parsing" error whenever xslt is used in the site. I tried switching to the new schema, but whenever I attempt to save an XSLT file, I get this error:
System.Exception: Unable to load one or more of the types in assembly 'VistaDB For Umbraco, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null'.
Same deal when I try to use the visualizer. I checked, and there are two VistaDB dlls in the bin folder - one "for umbraco" and one ".net20". Any thoughts on what's going on here?
Hi Andrew
Not sure what is going on here...but have you checked the xsltExtensions.config to see if it looks alright? (Long shot, I know)
/Jan
xsltExtensions.config looks like this:
is working on a reply...