FIX: VBScript Does Not Permit CreateObject or GetObject (194843)



The information in this article applies to:

  • Microsoft Visual J++ 1.0
  • Microsoft Visual J++ 1.1
  • Microsoft Visual InterDev 1.0
  • Microsoft Visual C++, 32-bit Enterprise Edition 5.0
  • Microsoft Visual C++, 32-bit Enterprise Edition 6.0
  • Microsoft Visual C++, 32-bit Professional Edition 5.0
  • Microsoft Visual C++, 32-bit Professional Edition 6.0
  • Microsoft Visual C++, 32-bit Learning Edition 6.0

This article was previously published under Q194843

SYMPTOMS

VBScript displays the following error in the Developer Studio shell when you attempt to access the CreateObject or GetObject functions:
Line #: ActiveX component can't create object 'CreateObject'
However, calls to these functions sometimes succeed in certain software configurations.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

This bug was corrected in Visual Studio 6.0 Service Pack 3. For more information about Visual Studio service packs, please see the following articles in the Microsoft Knowledge Base:

194022 INFO: Visual Studio 6.0 Service Packs, What, Where, Why

194295 HOWTO: Tell That Visual Studio 6.0 Service Packs Are Installed

MORE INFORMATION

The Automation Issues topic for the Microsoft Developer Studio environment in the Visual Studio 97 Environment Readme states that some VBScript objects and procedures are not supported from VBScript macros. Among the examples of unsupported constructs, it lists the CreateObject and the GetObject functions. For additional information, please see the following articles in the Microsoft Knowledge Base:

165791 INFO: Visual Studio 97 Environment Readme

191200 Update Available for Window.External JScript Security Issue

Some users created macros using these functions, which executed successfully on certain software configurations, but failed on others. The fix in Service Pack 3 allows these functions to operate successfully, governed by the security settings of the object they specify.

Modification Type:MinorLast Reviewed:3/3/2005
Keywords:kbBug kbfix kbide kbVS600sp3fix KB194843 kbAudDeveloper