Do you have a backup from the files in those folders? Don't know if it can be because there is some setting in the xsltExtensions.config that are messed up perhaps?
Happy you got it solved. Almost everytime XSLT files starts complaining in the developer section it has to do with the xsltExtensions.config not being properly setup in my experience.
I have the same problem, but im my case the xslt section still throws yellow screen of death even when the xsltExtensions.config is untouched after the update. Is there any way to debug this? I even tried deleting all the xslt files, but when I try to create a new file it throws the error:
Opening xslt files in backend crasches
When i try to open an xslt file I get the folloing error:
Someone recognize?
Hi Froad
What version of Umbraco do you experience this on?
/Jan
4.6.1.
I hade some problems with my site before so i reuploaded the folders bin, umbraco and config. Could it have something to do with it?
Hi Froad
Yes, I suppose it could.
Do you have a backup from the files in those folders? Don't know if it can be because there is some setting in the xsltExtensions.config that are messed up perhaps?
/Jan
You were spot on! I looked at the backuped xsltExtensions.config and it differed from the new one.
Thx!
Hi Froad
Happy you got it solved. Almost everytime XSLT files starts complaining in the developer section it has to do with the xsltExtensions.config not being properly setup in my experience.
Have a nice day :-)
/Jan
Hi!
I have the same problem, but im my case the xslt section still throws yellow screen of death even when the xsltExtensions.config is untouched after the update. Is there any way to debug this? I even tried deleting all the xslt files, but when I try to create a new file it throws the error:
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
What does the content of your xsltExtensions.config look like?
Are you sure that all the dll files referenced in it still does exist in the bin folder?
/Jan
The file is actually empty.
<?xml version="1.0" encoding="utf-8" ?>
<XsltExtensions>
</XsltExtensions>
is working on a reply...