Hi, there.
I tried adding v8-ia32.dll, v8-x64.add as references in Visual Studio.
However I got the error: "Please make sure that the file is accessible, and that is is a valid assembly or COM component."
How do I use V8ScriptEngine?
My operations was as follows:
ClearScript: 5.3.11
Visual Studio: 2013
OS: Windows 7 (64bit)
I tried adding v8-ia32.dll, v8-x64.add as references in Visual Studio.
However I got the error: "Please make sure that the file is accessible, and that is is a valid assembly or COM component."
How do I use V8ScriptEngine?
My operations was as follows:
- Downloaded ClearScript-5.3.11
- Executed V8Update.cmd on Visual Studio developer command line.
- Opened the solution file 'ClearScript.sln'
- Built the solution (Release mode).
- Created new WPF project.
- Added v8-ia32.dll, v8-x64.dll as references to the new project.
-
I encountered the above problem.
ClearScript: 5.3.11
Visual Studio: 2013
OS: Windows 7 (64bit)