PRB: Installing Beta Script Debugger May Disable Scripting

Last reviewed: May 29, 1997
Article ID: Q163500
1.00 1.10 2.00 3.0 3.01 WINDOWS kbenv kbprb

The information in this article applies to:

  • Microsoft Visual Basic, Scripting Edition, versions 1.0, 1.1, 2.0
  • Microsoft Internet Explorer (Programming), versions 3.0, 3.01
  • Microsoft JScript, version 1.0

*************************************************************************

   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
*************************************************************************

SYMPTOMS

After 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.

CAUSE

A VBScript or JScript DLL with an older version may have been added to the system.

RESOLUTION

Verify 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.dll

Similarly, 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 INFORMATION

VBScript/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
KBSubcategory: vbsEnvtIE
Additional reference words: 1.00 1.10 2.00 3.0 3.01
Keywords : vbsEnvtIE kbenv kbprb
Version : 1.00 1.10 2.00 3.0 3.01
Platform : WINDOWS
Issue type : kbprb


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 29, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.