Thanks for your kind words!
Unfortunately so far we haven't been able reproduce any issues with assembly shadow copy. If you leave it enabled, what symptoms do you see?
We just created a new ASP.NET 4.5 MVC 4 application, added a reference to ClearScript.dll, added ClearScriptV8-32.dll and v8-ia32.dll to the project via "Add -> Existing Item...", and added a bit of code that uses
The code worked correctly, and we verified that ClearScript.dll had been shadow-copied. Is there anything different about your configuration?
Unfortunately so far we haven't been able reproduce any issues with assembly shadow copy. If you leave it enabled, what symptoms do you see?
We just created a new ASP.NET 4.5 MVC 4 application, added a reference to ClearScript.dll, added ClearScriptV8-32.dll and v8-ia32.dll to the project via "Add -> Existing Item...", and added a bit of code that uses
V8ScriptEngine
in Index.cshtml.The code worked correctly, and we verified that ClearScript.dll had been shadow-copied. Is there anything different about your configuration?