Hi again,
Your original message mentions an initial problem loading ClearScriptV8-32, which is a 32-bit assembly. If you're seeing that in a 64-bit app, please make sure that no ClearScript or V8 assemblies appear in your application's bin directory.
Your file placement seems correct, but what do you mean "it worked"? Please describe the scenario that isn't working.
If you're deploying a debug build of ClearScript, you'll have to install the debug Visual C++ runtime libraries, which are not redistributable. See the directory VC\Redist\Debug_NonRedist in your Visual Studio installation directory.
This is the best place for discussing ClearScript, but you can also send email to ClearScript@microsoft.com.
Cheers!
1.My application is 64 bit and it works fine with ClearScript.dll
Your original message mentions an initial problem loading ClearScriptV8-32, which is a 32-bit assembly. If you're seeing that in a 64-bit app, please make sure that no ClearScript or V8 assemblies appear in your application's bin directory.
ClearScriptV8-64.dll, v8-x64.dll are stored in the application's directory. Which looks correct to me as I stored ClearScript.dll at the same location and it worked.
Your file placement seems correct, but what do you mean "it worked"? Please describe the scenario that isn't working.
Yeah I am deploying debug build.
If you're deploying a debug build of ClearScript, you'll have to install the debug Visual C++ runtime libraries, which are not redistributable. See the directory VC\Redist\Debug_NonRedist in your Visual Studio installation directory.
Do you have Microsoft internal distribution list or developer group?
This is the best place for discussing ClearScript, but you can also send email to ClearScript@microsoft.com.
Cheers!