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
the cause is that asp.net load instantly all libraries in /bin directory. I added the following rule to ignore Clearscript assemblies, and it worked
....
...