Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error upon installation of clearscript via nuget in azure web role project

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

like image 714
CodeToad Avatar asked Dec 04 '25 01:12

CodeToad


1 Answers

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.

like image 81
BitCortex Avatar answered Dec 07 '25 16:12

BitCortex



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!