PRB: COMAdminCatalog::InstallMultipleComponents Method Fails in VBScript (277984)
The information in this article applies to:
- Microsoft COM+ 1.0, when used with:
- the operating system: Microsoft Windows 2000
- the operating system: Microsoft Windows XP
- Microsoft COM+ 1.5, when used with:
- the operating system: Microsoft Windows 2000
- the operating system: Microsoft Windows XP
This article was previously published under Q277984 SYMPTOMS
The COM+ COMAdminCatalog::InstallMultipleComponents method that works under Microsoft Visual Basic fails under Visual Basic Scripting Edition (VBScript) with a type mismatch error.
CAUSE
The call to InstallMultipleComponents fails because this method takes parameters of the form SafeArray(Variant)*. However, for this method to work in VBScript, the parameters are passed as Variant *.
Modification Type: | Major | Last Reviewed: | 5/28/2003 |
---|
Keywords: | kbcode kbprb KB277984 |
---|
|