That error number means that it cannot find one of the components.
Either one of the components of your dll is not registered or you are
trying to register without the proper permissions.
-----Original Message-----
From: Robert Rowley [mailto:rdrowley@i...]
Sent: Wednesday, February 20, 2002 2:17 PM
To: professional vb
Subject: [pro_vb] Wizard dll fails to register
I have created some wizards for my VB6 app using the Wizard add-in in
the
VB6 IDE. I have created them as an ActiveX dll. On some machines in the
network (all are running Win 98), the dll registers fine, but on other
machines registration fails and returns an error message 0x80004005.
Help!
I don't know what is is about some machines that fail to register my dll
(though other dll's not build using the Wizard add-in register on these
machines just fine), and register successfully on other machines. Any
clues would be welcome.