really no one is having xslt-parsing errors after upgrading from 4.7.2 to 4.8.0??
I ran the upgrades on two 4.7.2 websites and all xslt-scripts are broken, not only my own xslt-scripts but also xslt-scripts from popular Umbraco packages like Cultiv SearchEngine Sitemap
when I run the Xslt Visualize function in the Xslt-editor in the Backoffice, I get an error message saying:
"System.Exception: Unable to load one or more of the types in assembly 'App_global.asax, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Exceptions were thrown: System.TypeLoadException: Could not load type 'umbraco.Global' from assembly 'umbraco, Version=1.0.4609.17579 ..."
xslt parsing error after upgrading from 4.7.2 to 4.8.0
Hi,
I upgraded my v4.7.20 website to v4.8.0. Everything seems to work fine, except for a page where I'm using a xslt-script. I get the error:
Error parsing XSLT file: \xslt\LinksList.xslt
Anyone familiar with this issue?
Thanks for your help,
Anthony
really no one is having xslt-parsing errors after upgrading from 4.7.2 to 4.8.0??
I ran the upgrades on two 4.7.2 websites and all xslt-scripts are broken, not only my own xslt-scripts but also xslt-scripts from popular Umbraco packages like Cultiv SearchEngine Sitemap
when I run the Xslt Visualize function in the Xslt-editor in the Backoffice, I get an error message saying:
"System.Exception: Unable to load one or more of the types in assembly 'App_global.asax, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Exceptions were thrown: System.TypeLoadException: Could not load type 'umbraco.Global' from assembly 'umbraco, Version=1.0.4609.17579 ..."
Can someone tell me how to solve this problem?
Thanks,
Anthony
My bad, I should better read the upgrade instructions, it clearly says:
"Delete bin/App_global.asax.dll"
This solved the problem with the broken Xslt-scripts
greetings,
Anthony
is working on a reply...