I had a similar error to this using Umbraco 4.7.1.1 with <add key="umbracoUseMediumTrust" value="true" /> and <trust level="Medium" /> to emulate a medium trust hosting environment.
To solve, I deleted the following from the bin folder:
Microsoft.Practices.EnterpriseLibrary.Common.dll
Microsoft.Practices.EnterpriseLibrary.Data.dll
System.Data.SqlServerCe.dll
SQLCE4Umbraco.dll
then the XSLT error went away and all functionality still appeared to be in tact.
Error with TopNavigation
Hi
Just installed the latest umbraco, so complete fresh install with the business package and i get this error:
Error parsing XSLT file: \xslt\topNavigation.xslt
Why? Does everyone else also get it? :)
Hi Daniel
Did you install version 1.4 with 4.5.2? I've received no other reports of issues.
Does adding ?umbdebugshowtrace=true to the page reveal any more details?
Cheers,
Dan
Yeah - I did, I was just wondering if it was an error in the 1.4 package?
Well, I just removed topnavigation and made my own navigation - but ill make a new installation soon and see if I get the same error :)
I had a similar error to this using Umbraco 4.7.1.1 with <add key="umbracoUseMediumTrust" value="true" /> and <trust level="Medium" /> to emulate a medium trust hosting environment.
To solve, I deleted the following from the bin folder:
Microsoft.Practices.EnterpriseLibrary.Common.dll
Microsoft.Practices.EnterpriseLibrary.Data.dll
System.Data.SqlServerCe.dll
SQLCE4Umbraco.dll
then the XSLT error went away and all functionality still appeared to be in tact.
HTH someone.
is working on a reply...