Windows Script Host File Size Limit \ Cannot Retrieve Referenced URL Exception
So I'm trying to use JSTest.Net https://github.com/cbaxter/JSTest.NET and it uses Windows Script Host to attach scripts. I'm trying to append OpenLayers.js which is 958 KB when com
Solution 1:
The SO question you linked and the forum link in it shows the problem to be an undocumented 512KB size limit in importing scripts with WSH.
Also, the accepted answer for that SO question implies you might want to make sure it's not running as admin.
Make sure your Visual Studio (or whatever you're running JSTest.NET from) isn't running with administrator privileges and see if that helps.
Post a Comment for "Windows Script Host File Size Limit \ Cannot Retrieve Referenced URL Exception"