PRB: Installing Beta Script Debugger May Disable ScriptingLast reviewed: May 29, 1997Article ID: Q163500 |
1.00 1.10 2.00 3.0 3.01
WINDOWS
kbenv kbprb
The information in this article applies to:
************************************************************************* CONFIDENTIAL BETA CONFIDENTIAL BETA CONFIDENTIAL BETA CONFIDENTIAL This article discusses a beta test product not yet announced by Microsoft. Please feel free to familiarize yourself with this product, test it, and report problems to Microsoft. CONFIDENTIAL BETA CONFIDENTIAL BETA CONFIDENTIAL BETA CONFIDENTIAL*************************************************************************
SYMPTOMSAfter installing the Microsoft Script Debugger (currently in BETA), all scripting on documents loaded by Internet Explorer 3.0/3.01 may become deactivated. Also, the script debugger may fail to do any syntax coloring on the sections of VBScript or JScript in viewed pages.
CAUSEA VBScript or JScript DLL with an older version may have been added to the system.
RESOLUTIONVerify that the registry key at the following:
[HKEY_CLASSES_ROOT\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8} InprocServer32]points to a VBScript DLL with a version stamp of 3.0.0.1217 or higher. After installation of the Microsoft Script Debugger, this value typically points to the following:
<Internet Explorer Directory>\system\VBscript.dllSimilarly, verify that the registry key at the following:
[HKEY_CLASSES_ROOT\CLSID\{F414C260-6AC0-11CF-B6D1-00AA00BBBB58} InprocServer32]points to a JScript DLL with the same version stamp: 3.0.0.1217. When fixing a mismatch, it is more appropriate to change the registry entry to point to a VBScript or JScript DLL with the correct version than to overwrite any other VBScript or JScript DLLs on the system.
MORE INFORMATIONVBScript/JScript DLLs marked with major version 1.0 or 1.1 shipped with Internet Explorer 3.0/3.01. VBScript/JScript DLLs marked with major version 2.0 shipped with the Active Server Pages component of Internet Information Server 3.0. VBScript/JScript DLLs marked with major version 3.0 are currently only shipping with the BETA release of the Microsoft Script Debugger.
|
KBCategory: kbenv kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |