3

steps to reproduce:

a.run this line in PM console:

Install-Package ClearScript.V8

b.run the application

c.receive this error:

Could not load file or assembly 'ClearScriptV8-32.DLL' or one of its dependencies. The specified module could not be found.

I assume the DLLS need to be moved into a content folder in the web role, and that some configuration needs to be done to allow either the x86 or x64 DLL to be selected depending on OS

CodeToad
  • 4,656
  • 6
  • 41
  • 53

1 Answers1

1

Take a look at the ClearScript ReadMe. There's information there about integrating ClearScript with ASP.NET projects. The NuGet package doesn't quite work for ASP.NET.

BitCortex
  • 3,328
  • 1
  • 15
  • 19