Re: Receive 429 Error in VB6 Application in Windows Vista



Craig <Craig@xxxxxxxxxxxxxxxxxxxxxxxxx>'s wild thoughts were
released on Tue, 13 Mar 2007 13:36:31 -0700 bearing the
following fruit:

I have a Visual Basic 6.0 application that I maintain that uses a couple of
custom built components. The application will install fine on Windows 2000
and Windows XP. I can install the application on Windows Vista, but when I
try to run the application I get an error "429 - ActiveX component can't
create object".

Usually this means that one of my components were not registered on the
computer system. So to correct the situation I opened a command window and
entered the command below.

regsvr32 <DLL Name>.dll

When I did this I recieved a error message that produced the error code
0X80004005. I later found that I needed to run the command window in
Administrative permissions. I then tryed to do the regsvr32 command in admin
mode, and I was able to register all of my components.

I then tryed to run the application but I still received the error "429 -
ActiveX component can't create object". Does anyone have any idea why this
error is still occuring even though I know I registered all of my components.
If anyone has some good ideas I would be willing to try them. Thanks.

Is it possible that you rely on a component that is not part
of your setup and is does not come preinstalled with vista.

In any case the easiest way to find out what it is would be
to look at the line of code on which the error occurs.

If you don't have error logging (to a file or whatever) and
you don't have line numbers in your code then I guess you
don't have MZTools. Get it (Version 3 - Price : Free) and
rectify the situation. You'll soon know which component is
the problem.


.



Relevant Pages

  • RE: Cannot turn on automatic updates nor use windows update
    ... I couldn't register the "Wuaueng.dll". ... "Install the ActiveX control required to view the website. ... gives me an error message saying that "Windows cannot find 'scf'....". ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Moving license from Virtual machine to real machine
    ... Once you register it to a PC, ... explain to users before they download and install this program. ... You are describing an OEM license; ... My personal computer is using Windows Vista Ultimate and I have been ...
    (microsoft.public.windowsxp.general)
  • Re: Moving license from Virtual machine to real machine
    ... Virtual PC to install Windows XP professional. ... I now want to install that copy of windows XP onto my laptop. ... But I am sure that when the Laptop will try to register the copy it will ...
    (microsoft.public.windowsxp.general)
  • Re: expired product key
    ... Do a repair install and use the product key that came with ... |>> register that product. ... When I enter the full versions product key ... |>> to re-install Windows XP, ...
    (microsoft.public.windowsxp.general)
  • Re: Windows license product key
    ... anyone hav any idea why i cannot register ... > of windows, while i was awaiting my own license to be ... > guess) and it says that product key has been used, ... Whats rather more likely is that you've got the wrong kind of install media ...
    (microsoft.public.windowsxp.security_admin)

Loading