Posts

Showing posts with the label jslint

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) ...