I am using the XslCompiledTransformer
in my web application. Unfortunately, this isn't working anymore with the latest .NET update, version 4.7. (I'm having this issue)
I hope Microsoft will come up with a solution quick, but in the meantime I want to force my application to run using .NET 4.6.
This is what I've already tried:
supportedRuntime
tag in web.config file- Set the Target Framework of the webapplication project to .NET 4.6 / 4.5
Thank you for your answers!