-
Notifications
You must be signed in to change notification settings - Fork 917
Description
The basic reactjs.net packages work fine, so I decided to try out V8. I installed the React.JavaScriptEngine.ClearScriptV8 through the package manager. However, after deploying to our web server, I continually get the following error:
Failed to initialise ClearScript V8. This is most likely caused by the native libraries (ClearScriptV8-64.dll and v8-x64.dll) missing from your app's Bin directory. Please ensure your app is referencing the JavaScriptEngineSwitcher.V8 NuGet package.
After copying over those files to both the bin directory and the site's root directory, the error simply changes to a different one:
Could not load file or assembly 'ClearScriptV8-64.DLL' or one of its dependencies. The specified module could not be found.
Any ideas? I should note that the clearscript binaries currently seem to deploy to a ClearScript.V8 folder within the bin directory.