The “JSLintTask” task failed unexpectedly. System.TypeLoadException


The “JSLintTask” task failed unexpectedly. System.TypeLoadException


When I build my project I got this error.

> Cannot load V8 interface assembly; verify that the following files are installed with your application: ClearScriptV8-32.dll, ClearScriptV8-64.dll, v8-ia32.dll, v8-x64.dll
Severity Code Description Project File Line Suppression State
Error The "JSLintTask" task failed unexpectedly.
System.TypeLoadException:
Cannot load V8 interface assembly. Load failure information for v8-ia32.dll:
C:xyzSourcepackagesJSLintNet.MSBuild.2.3.0toolsv8-ia32.dll: The specified module could not be found
C:Program Files (x86)Microsoft Visual Studio2017ProfessionalMSBuild15.0Binv8-ia32.dll: The specified module could not be found
at Microsoft.ClearScript.V8.V8Proxy.LoadNativeLibrary()
at Microsoft.ClearScript.V8.V8Proxy.LoadAssembly()
at Microsoft.ClearScript.V8.V8Proxy.GetAssembly()
at Microsoft.ClearScript.V8.V8Proxy.GetImplType(Type type)
at Microsoft.ClearScript.V8.V8Proxy.CreateImpl[T](Object args)
at Microsoft.ClearScript.V8.V8IsolateProxy.Create(String name,
V8RuntimeConstraints constraints, Boolean enableDebugging, Int32 debugPort)
at Microsoft.ClearScript.V8.V8Runtime..ctor(String name,
V8RuntimeConstraints constraints, V8RuntimeFlags flags, Int32 debugPort)
at Microsoft.ClearScript.V8.V8ScriptEngine..ctor(V8Runtime runtime, String
name, V8RuntimeConstraints constraints, V8ScriptEngineFlags flags, Int32 debugPort)
at JSLintNet.JSLintContext.<.ctor>b__0()
at JSLintNet.JSLintContext..ctor(Func`1 javaScriptContextFactory,
IJsonProvider jsonProvider)
at JSLintNet.JSLintContext..ctor()
at JSLintNet.JSLintTask.<.ctor>b__0()
at JSLintNet.JSLintTask.Execute()



The "JSlintTask" task failed unexpectedly.I installed clear script package 2.4.3



but still error comes and also main project dll can not be found error is raising





Please show the relevant project settings you're using to make it possible to figure out what you need to change.
– Fabulous
Apr 6 at 12:57









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

How to add background colour in existing image using Swift?

Moria Casán

How to make file upload 'Required' in Contact Form 7?