I use: https://github.com/Buildstarted/Javascript.ViewEngines as an additional Viewengine.
That way I can handle server side javascript, react, angular, ... (it worked before that)
To do this, I need to include a couple of dlls in the root directory (which is strange, but always do it this way)
Files:
- ClearScriptV8-32.dll
ClearScriptV8-64.dll
v8-ia32.dll
- v8-x64.dll
When launched locally (on 2 computers). Everything is working fine. The problem starts when I publish either Azure or "Web Deploy" on my own server.
My own post gives me the following:
Failed to load file or assembly "ClearScriptV8-32" or one of its dependencies. An attempt was made to download a program with the wrong format.
Azure also: Failed to load file or assembly "ClearScriptV8-64" or one of its dependencies. An attempt was made to download a program with the wrong format.
source
share