benquarmby / jslintnet

JSLint.NET is a wrapper for Douglas Crockford's JSLint, the JavaScript code quality tool. It can validate JavaScript anywhere .NET runs.
Apache License 2.0
77 stars 11 forks source link

Getting issue on run jslint click. #34

Closed sagarnagadiya closed 2 years ago

sagarnagadiya commented 6 years ago

Hi Experts, I am getting error on run jslint click. On first run error is : "Could not load file or assembly 'clearscriptv8' or one of its dependencies. An argument was out of its legal range. (Exception from HRESULT: 0x80131502)" On second run and afterwards, Error is : "Length cannot be less than zero. Parameter name:length". I have installed this jslint version from Visual Studio extensions manager. And unfortunately, other older version of jslint for vs2015 is working fine for me. But I was told to use this version of JSlint. Could you help me with solution ? I remember older version was working fine for me in other project. But new version is not working somehow.