Could someone please point out the specific Visual C++ Redistributable dll's that needs to be bundled with a project using ClearScript
I understand that ClearScript depends on Visual C++ Redistributable installed on the target machine, but simply installing the distributable from https://www.microsoft.com/en-us/download/details.aspx?id=40784 did not fix the issues with loading ClearScriptV8 dlls.
I tried building a Winforms based .Net45 application targeting
I am trying to find out how each one of you enforce the Visual C++ redistributable dependency on a Windows App based solution that uses ClearScript and have you run into issues similar to what I am seeing?
v5.4.2.1
? I understand that ClearScript depends on Visual C++ Redistributable installed on the target machine, but simply installing the distributable from https://www.microsoft.com/en-us/download/details.aspx?id=40784 did not fix the issues with loading ClearScriptV8 dlls.
I tried building a Winforms based .Net45 application targeting
x86
, x64
and Any
Platform target and I installed both x86 and x64 versions of the Visual C++ redistributable from the link above on a machine running win7 professional. However, I still run into Could not load file or assembly ClearScriptv8-32.DLL
or Could not load file or assembly ClearScriptv8-64.DLL
error based on build format I ran. Wondering if a machine needs to be restarted after installing Visual C++ redistributable package?I am trying to find out how each one of you enforce the Visual C++ redistributable dependency on a Windows App based solution that uses ClearScript and have you run into issues similar to what I am seeing?