I have a problem after upgrading 4.5.2 (.NET 2.0) to 4.6.1 (.NET 4.0): XSLT Extensions in App_Code (as XSLTSearch uses) are not working anymore. First I thought about an issue with XSLTSearch (see http://our.umbraco.org/projects/website-utilities/xsltsearch/xsltsearch-bugs/16139-Error-when-saving-XSLT-file-in-Umbraco-46-beta?p=2), but it isn't. On 4.6.1, no XSLT Extensions are working. Even if I create a new [XsltExtension] class in App_Code, the application seems to immediatelly restart (as it should, I guess), but Umbraco doesn't register the class as Xslt Extension. So in XSLT Editor in Umbraco, I doesn't see the custom extensions (but only the default ones).
In the end, I got it working on my test server (but I cannot figure out what exactly solved it), but on my live environment I cannot get it running.. I completely left the App_Code directory untouched on upgrade, and on 4.5.2 it worked perfectly. Can anyone help?
App_Code in 4.6.1
Hello,
I have a problem after upgrading 4.5.2 (.NET 2.0) to 4.6.1 (.NET 4.0): XSLT Extensions in App_Code (as XSLTSearch uses) are not working anymore. First I thought about an issue with XSLTSearch (see http://our.umbraco.org/projects/website-utilities/xsltsearch/xsltsearch-bugs/16139-Error-when-saving-XSLT-file-in-Umbraco-46-beta?p=2), but it isn't. On 4.6.1, no XSLT Extensions are working. Even if I create a new [XsltExtension] class in App_Code, the application seems to immediatelly restart (as it should, I guess), but Umbraco doesn't register the class as Xslt Extension. So in XSLT Editor in Umbraco, I doesn't see the custom extensions (but only the default ones).
In the end, I got it working on my test server (but I cannot figure out what exactly solved it), but on my live environment I cannot get it running.. I completely left the App_Code directory untouched on upgrade, and on 4.5.2 it worked perfectly.
Can anyone help?
Best Regards
Andreas
Solution can be found here:
http://our.umbraco.org/projects/website-utilities/xsltsearch/xsltsearch-bugs/16139-Error-when-saving-XSLT-file-in-Umbraco-46-beta?p=2#comment61136
ASP.NET MVC 2 may be missing and/or Microsoft.Scripting.Core.dll exists in "bin", but should be removed..
Best Regards
Andreas
is working on a reply...