adding third part dll - creates xslt parsing error
Hi Folks
Im implementign an existing user control from another CMS into a fresh installed umbraco solution wit hstarter kit.
The controls im "converting" is using "microsoft.practices.EntriseLibrary". And by adding these dlls in the umbraco bin folder and creating new user controls, it actually works. - so far so good. BUT...
i biproduct is xslt rendringers doesnt parse anymore?? xslt parse error... etc.
im pretty sure its related to addding dlls from 'microsoft.practices.EntriseLibrary', cause as soon as I remove the dll's from the umbracos bin. XSLT works again. - but then my own created controls, of course, doesnt work anymore.
Can anyone help me on how to get the DLLs from "microsoft.practices.EntriseLibrary" added to the umbraco solution without "destroying" the XSLT parsing? (ot alternative workarounds)
adding third part dll - creates xslt parsing error
Hi Folks
Im implementign an existing user control from another CMS into a fresh installed umbraco solution wit hstarter kit.
The controls im "converting" is using "microsoft.practices.EntriseLibrary". And by adding these dlls in the umbraco bin folder and creating new user controls, it actually works. - so far so good. BUT...
i biproduct is xslt rendringers doesnt parse anymore?? xslt parse error... etc.
im pretty sure its related to addding dlls from 'microsoft.practices.EntriseLibrary', cause as soon as I remove the dll's from the umbracos bin. XSLT works again. - but then my own created controls, of course, doesnt work anymore.
Can anyone help me on how to get the DLLs from "microsoft.practices.EntriseLibrary" added to the umbraco solution without "destroying" the XSLT parsing? (ot alternative workarounds)
Best Regards
Nicolai
fixed: see this thread: http://our.umbraco.org/forum/developers/xslt/22784-Ent-Lib-causing-all-xslt-macros-to-fail-in-47?p=0#comment90954
:-) Nicolai
is working on a reply...