Hi guys,
Currently i faced with exception on MVC 4 app:
All dlls (ClearScriptV8-32.dll, ClearScriptV8-64.dll, v8-ia32.dll and v8-x64.dll) included in project as Content and marked do not copy (as marked in some discussions before).
What`s wrong? what i need to make it works?
Currently i faced with exception on MVC 4 app:
Cannot load V8 interface assembly; verify that the following files are installed with your application: ClearScriptV8-32.dll, ClearScriptV8-64.dll, v8-ia32.dll, v8-x64.dllI run it on Win7 x64 on VS 2013 with installed all C++ packages.
All dlls (ClearScriptV8-32.dll, ClearScriptV8-64.dll, v8-ia32.dll and v8-x64.dll) included in project as Content and marked do not copy (as marked in some discussions before).
What`s wrong? what i need to make it works?