"Error parsing XSLT file" when dll is added to the bin folder
Hi,
I'm currently attempting to use a reCAPTCHA form on my page, and for some reason the XSLT throughout the site throws parsing errors when I add the required dll file to the bin folder. I've added a reference to it, but as soon as it is in the folder the XSLT fails. When it's deleted, the site functions as normal.
Has anybody had a similar experience to this, or could anyone possibly shed any light on a reason for it?
Thanks a lot for any help. I'm using Umbraco v4.7.0 and ASP.NET.
Im having the same problem here. Just with adding the dll for Micosoft.practices.EntrepriseLibrary which my control is making use of. (dll for my own controls does not create the problem)
Deleting the dll makes xslt work, but adding it "kills" all xslt parsing ?
"Error parsing XSLT file" when dll is added to the bin folder
Hi,
I'm currently attempting to use a reCAPTCHA form on my page, and for some reason the XSLT throughout the site throws parsing errors when I add the required dll file to the bin folder. I've added a reference to it, but as soon as it is in the folder the XSLT fails. When it's deleted, the site functions as normal.
Has anybody had a similar experience to this, or could anyone possibly shed any light on a reason for it?
Thanks a lot for any help. I'm using Umbraco v4.7.0 and ASP.NET.
Philip
Hi Phillip
Is this meant to be an XSLT extension?
If so then you need to add a reference to it in the umbracoXsltExtensions.config file.
/Jan
Does the XSLT files fail inside Umbraco as well? If so...what does the error message say then?
/Jan
You should also try checking the umbracoLog table to get the "real" error, or you might need to use a sniffer like Fiddler to see it.
Hi
Im having the same problem here. Just with adding the dll for Micosoft.practices.EntrepriseLibrary which my control is making use of. (dll for my own controls does not create the problem)
Deleting the dll makes xslt work, but adding it "kills" all xslt parsing ?
Philip: did you ever find a solution for this ?
Thx :-) Nicolai
BTW! I posted a new thread about my problems yesterday - no replies so far: http://our.umbraco.org/forum/developers/extending-umbraco/24361-adding-third-part-dll-creates-xslt-parsing-error
is working on a reply...