jscript "Cannot retrieve referenced URL"

Posted by jb on Stack Overflow See other posts from Stack Overflow or by jb
Published on 2010-05-12T21:39:19Z Indexed on 2010/05/12 21:44 UTC
Read the original article Hit count: 443

Filed under:
|
|

I have javascript inside a .wsf file and I'm getting the error:

C:\bin\LDLSInfo.wsf(53, 34) Windows Script Host: 
Cannot retrieve referenced URL: S:\tools\JScript\lib\StandardWSH.js

At line 53, it says

<script language="JScript" src="S:\tools\JScript\lib\StandardWSH.js"/>

I know that LDLSInfo.wsf (the main script) and StandardWSH.js (the script to load) both work fine, because I've ran them from a different machine.

It works fine on one machine and not on the other, both are Windows 7 x64 computers. So I'm thinking I'm missing some .dll's.

Thanks for the help,

-jb

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about wsf