This topic is locked

Same output project working on one computer, but not on other

3/2/2007 9:06:40 AM
ASPRunnerPro General questions
J
Joseph Zuanger author

I have generated a project using the software.

It works on the working computer. Then I copy the whole out put folder to thumb drive and try to run on another computer. Not working. Both computer is windows xp professional, all updates and patches are installed. Both computers have no problem to run another asp files.

Error message as below. Let me know what is the problem. Thanks!!!

---------------------

Error Type:

Microsoft VBScript runtime (0x800A01AD)

ActiveX component can't create object: 'Scripting.Dictionary'

/gma-client/include/dbcommon.asp, line 14
Browser Type:

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Page:

GET /gma-client/login.asp

Sergey Kornilov admin 3/2/2007

It looks like something is wrong with script engine on that box.
This is a general scripting error, which happens due to missing Windows Script runtime library, or it's registration is missing. First, see if this command helps:
regsvr32 scrrun.dll
Type the above command in Start, Run and press Enter. Restart Windows. If scrrun.dll file is missing, or if the above registration does not help, you may need to download and install the latest Scripting update from Microsoft site. Download links are provided below:
Windows Script 5.6 for Windows XP and Windows 2000

http://www.microsoft.com/downloads/details...;displaylang=en

Windows Script 5.6 for Windows 98/Me/NT 4.0

http://www.microsoft.com/downloads/details...;displaylang=en

X
X-Corp 6/17/2007

I had that problem and it was caused either by the SP2 or my .NET installation (I'm not sure), it was solved by changing the IUSR permissions in the windows registry in the key Scripting.Dictionary in HKEY_CLASSES_ROOT. gine it read permissions. Hope it helps.