Like a lot of others I\'m receiving the following error when deploying my ASP.Net MVC application:
Cannot load V8 interface assembly; verify that the
None of the answers worked for me. It is a Windows Service application.
Based on accepted answer; I removed v8-ia32.dll & ClearScriptV8-32.dll (since my application is targeting x64)
It solved the issue.