-
Notifications
You must be signed in to change notification settings - Fork 49
Trying to Run this in the GAC #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello, Trevor! Which assemblies did you try to copy to the GAC? |
Try copying the following assemblies to the GAC: |
Copying v8-base-x64.dll and v8-x64.dll into system32 did not seem to work. However copying then into C:\Windows\Microsoft.NET\assembly\GAC_MSIL\ClearScript\v4.0_5.5.6.0__935d0c957da47c73 did work for me. I just need to figure out how to get my installer to copy the files here... Thanks |
I created a corresponding issue #117 “How do I deploy a 64-bit ClearScriptV8 assemblies globally (at the machine level)?” in the ClearScript's repository. |
Try renaming the |
Just want to warn:
|
If with the ClearScriptV8 library doesn't work out, then I recommend you to switch to the JavaScriptEngineSwitcher.ChakraCore module. In this case, you must perform the following steps:
|
Hello, Trevor! Authors of the ClearScript answered me. While I recommend switching to the JavaScriptEngineSwitcher.ChakraCore module. |
Hello, Trevor! Install a latest versions of packages:
Also don't forget to install the Microsoft Visual C++ Redistributable for Visual Studio 2017. Install into GAC the following assemblies: And then copy to the To deploy the above assemblies I used the following commands running in the Developer Command Prompt for VS 2017 with administrator rights:
It all worked on my computer. |
I am trying to update to run V8 instead of MSIE. We have an installer which allows all sites on a server to use the same version of bundleTransformer across 100's of websites loading the dlls from the GAC rather than local copies.
The trouble is that when I install the V8 engine, it cannot find the references in the x64 directory, I have tried copying these to the GAC folder and no luck.
Any Ideas
The text was updated successfully, but these errors were encountered: