What versions are still supported by IIS6 and .NET4?
We are still running IIS6 and .NET4 for our Intranet. It is running 6.1.4 just fine but I'd like to at least bring it up to the latest 6.x version. I just tried 6.1.5 and 6.1.6 and both fail, apparently looking for code that exists in .NET 4.5, which is not supported on IIS6.
I narrowed it down to an issue with changes in ClientDependency.Core.dll. Version 1.7.0.4 is provided with Umbraco 6.1.4 while version 1.8.2.1 is provided with Umbraco 6.1.5+
I copied the older version back to the server and everything seems to run fine. Anyone know what the differences are between these?
What versions are still supported by IIS6 and .NET4?
We are still running IIS6 and .NET4 for our Intranet. It is running 6.1.4 just fine but I'd like to at least bring it up to the latest 6.x version. I just tried 6.1.5 and 6.1.6 and both fail, apparently looking for code that exists in .NET 4.5, which is not supported on IIS6.
Now what?
Seems the later Umbraco versions are causing an issue with WebActivator.dll and try to load .Net 4.5
It now seems to be an issue with uBootstrap. Is anyone else using it with current 6.x versions?
I narrowed it down to an issue with changes in ClientDependency.Core.dll. Version 1.7.0.4 is provided with Umbraco 6.1.4 while version 1.8.2.1 is provided with Umbraco 6.1.5+
I copied the older version back to the server and everything seems to run fine. Anyone know what the differences are between these?
is working on a reply...