It is working on local IIS on Windows 7, but give this error on Windows Server 2012 IIS 8.5.
ClearScript version: 5.4.0.0
C++ Redistributable 2013 Installed.
I've used AssemblyResolver from https://clearscript.codeplex.com/discussions/438696
Getting error BadImageFormatException: Could not load file or assembly 'ClearScriptV8' or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1).
Before that I was getting error about library not found in root of web project.
Is it working for anyone on IIS 8.5? I was forced to move to ClearScriptV8, after problems with Noesis, that works in IIS 8.5 very unstable (CompileScript error in 1/3 of requests on same page). In IIS 7.5 Noesis worked perfectly.
User contributions licensed under CC BY-SA 3.0