Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am getting a strange error when using an XSLT I have used before.
"System.Xml.Xsl.XslTransformException: Cannot find the script or external object that implements prefix 'urn:bmExt'"
I have included the extension, and I doublechecked to see if the dll is in the bin and it is. I also checked if the permissions were set correctly.
The Umbraco version we are using is 4.0.3
Kind regards,
-Ferdy
You've made your own Xslt extension? If so, you need to register it in the config\xsltExtensions.config
<ext assembly="/bin/name-of-dll-without-dll-extension" type="Fully.Qualified.Name.Of.Type.Including.Namespace" alias="Prefix-to-use-in-xslt" />
Regards,Magnus
Please kill me for my stupidity. How could I forget about that? ARGH!
Thanks Magnus!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
XSLT parsing error
I am getting a strange error when using an XSLT I have used before.
"System.Xml.Xsl.XslTransformException: Cannot find the script or external object that implements prefix 'urn:bmExt'"
I have included the extension, and I doublechecked to see if the dll is in the bin and it is. I also checked if the permissions were set correctly.
The Umbraco version we are using is 4.0.3
Kind regards,
-Ferdy
You've made your own Xslt extension? If so, you need to register it in the config\xsltExtensions.config
Regards,
Magnus
Please kill me for my stupidity. How could I forget about that? ARGH!
Thanks Magnus!
-Ferdy
is working on a reply...