All Forums >> [Scripting] >> WSH & Client Side VBScript >> ActiveX component can't create object Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Posts: 1
Score: 0
Joined: 1/14/2004
From: USA
Status: offline
I received the same error when I was attempting to find out the version of an application:
I looked up the error this is the info I found:
quote: The VBScript 5.5 runtime could not instantiate the object for you because the object's class is not registered in the system registry, or one or more of the associated dynamic-link libraries (DLLs) are not available. Alternately, a DLL required by the object may be unusable, either because it can't be found, or it is corrupted.
To correct this error
Make sure all associated DLLs are available. For example, the Data Access Object (DAO) requires supporting DLLs that vary among platforms. You may have to rerun the setup program for such an object. Internet Explorer may be trying to create an object for you, but you do not have the correct security permissions set in Internet Explorer. Reset the Internet Explorer security setting and try again.
I am still trying to translate this into an explaination for my own problems, but I hope it can atleast help you with yours (or point you in the right direction).