Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

Error 429 : ActiveX component can't create object

microsoft.public.windows.vista.general




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 03-13-2007
=?Utf-8?B?QnJhZA==?=
 

Posts: n/a
Error 429 : ActiveX component can't create object
I'm getting an Error 429 : ActiveX component can't create object when trying
to run a program that ran perfectly fine on Windows XP. It was created in VB6
but does not run on my version of Vista Business. Anyone have any ideas as to
why this may not work. We are desperate...it is a buisiness application that
our customers cannot run!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-13-2007
Jon
 

Posts: n/a
Re: Error 429 : ActiveX component can't create object
"Brad" <Brad@discussions.microsoft.com> wrote in message
news:B6D962C0-AC1B-49E0-8E42-FD79F19B8266@microsoft.com...
> I'm getting an Error 429 : ActiveX component can't create object when
> trying
> to run a program that ran perfectly fine on Windows XP. It was created in
> VB6
> but does not run on my version of Vista Business. Anyone have any ideas as
> to
> why this may not work. We are desperate...it is a buisiness application
> that
> our customers cannot run!


The particular activex object may not be registered on your system, so you
may need to install it.

Otherwise try running the program elevated.

--
Jon

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-13-2007
Garry
 

Posts: n/a
Re: Error 429 : ActiveX component can't create object
Brad Hi,

We also have a complex VB6 financial app which, when we installed on Vista
32 - runs with no problems.

Are you using the Microsoft Best Practices - for instance, if the app tries
to write anything to Program Files on the target computer where the user is
not an ADMIN, you can get funny messages. Perhaps the DLL is not registered
properly..

Perhaps the DLL should be in Program Files\Common Files\Company
Name\DLLName.dll and not %System32%.

Perhaps you should have a VISTA machine with VB6 installed as your test
developement environment. See if the error happens there within the
development environment.

WE use VMWare very successfully for this kind of problem. You can install a
Vista VM under XP but, I am not sure if the environment is really identical
to a real time Vista installation.

Consider also testing the APP on Vista 64 bit. This is the future so get
used to it.

Garry


"Brad" <Brad@discussions.microsoft.com> wrote in message
news:B6D962C0-AC1B-49E0-8E42-FD79F19B8266@microsoft.com...
> I'm getting an Error 429 : ActiveX component can't create object when
> trying
> to run a program that ran perfectly fine on Windows XP. It was created in
> VB6
> but does not run on my version of Vista Business. Anyone have any ideas as
> to
> why this may not work. We are desperate...it is a buisiness application
> that
> our customers cannot run!



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-13-2007
Mark Rae
 

Posts: n/a
Re: Error 429 : ActiveX component can't create object
"Garry" <garrygrolman@gmail.com> wrote in message
news:eDDWYqYZHHA.4616@TK2MSFTNGP03.phx.gbl...

> Are you using the Microsoft Best Practices - for instance, if the app
> tries to write anything to Program Files on the target computer where the
> user is not an ADMIN, you can get funny messages. Perhaps the DLL is not
> registered properly..


Or, even worse, the app is trying to write to HKEY_LOCAL_MACHINE - that is
*very* tricky with Vista, and actively discouraged by Microsoft...

> WE use VMWare very successfully for this kind of problem. You can install
> a Vista VM under XP but, I am not sure if the environment is really
> identical to a real time Vista installation.


I use VirtualPC for the same thing - it's certainly close enough to the real
thing for testing purposes...

> Consider also testing the APP on Vista 64 bit. This is the future so get
> used to it.


Absolutely!


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 03-13-2007
=?Utf-8?B?QnJhZA==?=
 

Posts: n/a
Re: Error 429 : ActiveX component can't create object
Garry,
We tried to regsvr32 the file: documark_bsl.dll under the c:\Program
Files\Midmark\Documark directory.

We are getting an error though when completing the previously stated
procedure.

The module "documark_bsl.dll" was loaded but the call to DllRegisterServer
failed with error code 0x80004005.

For more information about this problem, search online using the error code
as a search item.

"Garry" wrote:

> Brad Hi,
>
> We also have a complex VB6 financial app which, when we installed on Vista
> 32 - runs with no problems.
>
> Are you using the Microsoft Best Practices - for instance, if the app tries
> to write anything to Program Files on the target computer where the user is
> not an ADMIN, you can get funny messages. Perhaps the DLL is not registered
> properly..
>
> Perhaps the DLL should be in Program Files\Common Files\Company
> Name\DLLName.dll and not %System32%.
>
> Perhaps you should have a VISTA machine with VB6 installed as your test
> developement environment. See if the error happens there within the
> development environment.
>
> WE use VMWare very successfully for this kind of problem. You can install a
> Vista VM under XP but, I am not sure if the environment is really identical
> to a real time Vista installation.
>
> Consider also testing the APP on Vista 64 bit. This is the future so get
> used to it.
>
> Garry
>
>
> "Brad" <Brad@discussions.microsoft.com> wrote in message
> news:B6D962C0-AC1B-49E0-8E42-FD79F19B8266@microsoft.com...
> > I'm getting an Error 429 : ActiveX component can't create object when
> > trying
> > to run a program that ran perfectly fine on Windows XP. It was created in
> > VB6
> > but does not run on my version of Vista Business. Anyone have any ideas as
> > to
> > why this may not work. We are desperate...it is a buisiness application
> > that
> > our customers cannot run!

>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-13-2007
Ramesh, MS-MVP
 

Posts: n/a
Re: Error 429 : ActiveX component can't create object
Brad,

Try registering the component from an elevated Command Prompt window. Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"Brad" <Brad@discussions.microsoft.com> wrote in message news:B9654E07-EB35-4CA9-AFD4-80FE5D686AE3@microsoft.com...
Garry,
We tried to regsvr32 the file: documark_bsl.dll under the c:\Program
Files\Midmark\Documark directory.

We are getting an error though when completing the previously stated
procedure.

The module "documark_bsl.dll" was loaded but the call to DllRegisterServer
failed with error code 0x80004005.

For more information about this problem, search online using the error code
as a search item.

"Garry" wrote:

> Brad Hi,
>
> We also have a complex VB6 financial app which, when we installed on Vista
> 32 - runs with no problems.
>
> Are you using the Microsoft Best Practices - for instance, if the app tries
> to write anything to Program Files on the target computer where the user is
> not an ADMIN, you can get funny messages. Perhaps the DLL is not registered
> properly..
>
> Perhaps the DLL should be in Program Files\Common Files\Company
> Name\DLLName.dll and not %System32%.
>
> Perhaps you should have a VISTA machine with VB6 installed as your test
> developement environment. See if the error happens there within the
> development environment.
>
> WE use VMWare very successfully for this kind of problem. You can install a
> Vista VM under XP but, I am not sure if the environment is really identical
> to a real time Vista installation.
>
> Consider also testing the APP on Vista 64 bit. This is the future so get
> used to it.
>
> Garry
>
>
> "Brad" <Brad@discussions.microsoft.com> wrote in message
> news:B6D962C0-AC1B-49E0-8E42-FD79F19B8266@microsoft.com...
> > I'm getting an Error 429 : ActiveX component can't create object when
> > trying
> > to run a program that ran perfectly fine on Windows XP. It was created in
> > VB6
> > but does not run on my version of Vista Business. Anyone have any ideas as
> > to
> > why this may not work. We are desperate...it is a buisiness application
> > that
> > our customers cannot run!

>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-13-2007
=?Utf-8?B?QnJhZA==?=
 

Posts: n/a
Re: Error 429 : ActiveX component can't create object
Ramesh,

We did run a regsvr32 in the elevated Command Prompt window, but we still
recieve an error 429 - ActiveX component can't create object when we start
the application. Just wondering if you have any suggestions on what to do at
this point. Thanks.

Brad


"Ramesh, MS-MVP" wrote:

> Brad,
>
> Try registering the component from an elevated Command Prompt window. Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> Windows® Troubleshooting http://www.winhelponline.com
>
>
> "Brad" <Brad@discussions.microsoft.com> wrote in message news:B9654E07-EB35-4CA9-AFD4-80FE5D686AE3@microsoft.com...
> Garry,
> We tried to regsvr32 the file: documark_bsl.dll under the c:\Program
> Files\Midmark\Documark directory.
>
> We are getting an error though when completing the previously stated
> procedure.
>
> The module "documark_bsl.dll" was loaded but the call to DllRegisterServer
> failed with error code 0x80004005.
>
> For more information about this problem, search online using the error code
> as a search item.
>
> "Garry" wrote:
>
> > Brad Hi,
> >
> > We also have a complex VB6 financial app which, when we installed on Vista
> > 32 - runs with no problems.
> >
> > Are you using the Microsoft Best Practices - for instance, if the app tries
> > to write anything to Program Files on the target computer where the user is
> > not an ADMIN, you can get funny messages. Perhaps the DLL is not registered
> > properly..
> >
> > Perhaps the DLL should be in Program Files\Common Files\Company
> > Name\DLLName.dll and not %System32%.
> >
> > Perhaps you should have a VISTA machine with VB6 installed as your test
> > developement environment. See if the error happens there within the
> > development environment.
> >
> > WE use VMWare very successfully for this kind of problem. You can install a
> > Vista VM under XP but, I am not sure if the environment is really identical
> > to a real time Vista installation.
> >
> > Consider also testing the APP on Vista 64 bit. This is the future so get
> > used to it.
> >
> > Garry
> >
> >
> > "Brad" <Brad@discussions.microsoft.com> wrote in message
> > news:B6D962C0-AC1B-49E0-8E42-FD79F19B8266@microsoft.com...
> > > I'm getting an Error 429 : ActiveX component can't create object when
> > > trying
> > > to run a program that ran perfectly fine on Windows XP. It was created in
> > > VB6
> > > but does not run on my version of Vista Business. Anyone have any ideas as
> > > to
> > > why this may not work. We are desperate...it is a buisiness application
> > > that
> > > our customers cannot run!

> >
> >
> >

>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 03-14-2007
Ramesh, MS-MVP
 

Posts: n/a
Re: Error 429 : ActiveX component can't create object
Brad,

Did you get any errors when registering the module? It appears that the registration was not successful. Check if the ProgID that you're initializing in your program is listed in the registry.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


"Brad" <Brad@discussions.microsoft.com> wrote in message news8304832-3BAD-4943-80DF-5E1E88CBE881@microsoft.com...
Ramesh,

We did run a regsvr32 in the elevated Command Prompt window, but we still
recieve an error 429 - ActiveX component can't create object when we start
the application. Just wondering if you have any suggestions on what to do at
this point. Thanks.

Brad


"Ramesh, MS-MVP" wrote:

> Brad,
>
> Try registering the component from an elevated Command Prompt window. Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
>
> --
> Regards,
>
> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
> Windows® Troubleshooting http://www.winhelponline.com
>
>
> "Brad" <Brad@discussions.microsoft.com> wrote in message news:B9654E07-EB35-4CA9-AFD4-80FE5D686AE3@microsoft.com...
> Garry,
> We tried to regsvr32 the file: documark_bsl.dll under the c:\Program
> Files\Midmark\Documark directory.
>
> We are getting an error though when completing the previously stated
> procedure.
>
> The module "documark_bsl.dll" was loaded but the call to DllRegisterServer
> failed with error code 0x80004005.
>
> For more information about this problem, search online using the error code
> as a search item.
>
> "Garry" wrote:
>
> > Brad Hi,
> >
> > We also have a complex VB6 financial app which, when we installed on Vista
> > 32 - runs with no problems.
> >
> > Are you using the Microsoft Best Practices - for instance, if the app tries
> > to write anything to Program Files on the target computer where the user is
> > not an ADMIN, you can get funny messages. Perhaps the DLL is not registered
> > properly..
> >
> > Perhaps the DLL should be in Program Files\Common Files\Company
> > Name\DLLName.dll and not %System32%.
> >
> > Perhaps you should have a VISTA machine with VB6 installed as your test
> > developement environment. See if the error happens there within the
> > development environment.
> >
> > WE use VMWare very successfully for this kind of problem. You can install a
> > Vista VM under XP but, I am not sure if the environment is really identical
> > to a real time Vista installation.
> >
> > Consider also testing the APP on Vista 64 bit. This is the future so get
> > used to it.
> >
> > Garry
> >
> >
> > "Brad" <Brad@discussions.microsoft.com> wrote in message
> > news:B6D962C0-AC1B-49E0-8E42-FD79F19B8266@microsoft.com...
> > > I'm getting an Error 429 : ActiveX component can't create object when
> > > trying
> > > to run a program that ran perfectly fine on Windows XP. It was created in
> > > VB6
> > > but does not run on my version of Vista Business. Anyone have any ideas as
> > > to
> > > why this may not work. We are desperate...it is a buisiness application
> > > that
> > > our customers cannot run!

> >
> >
> >

>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 03-14-2007
Jon
 

Posts: n/a
Re: Error 429 : ActiveX component can't create object
Also sure that you're registering the correct dll ie make sure that that is
definitely the component that is causing the error. It may be another.

Go back to the source code, if you have it, and look for statements
containing 'CreateObject'. Then find the file associated with the ProgID eg
via the registry.

--
Jon


"Brad" <Brad@discussions.microsoft.com> wrote in message
news8304832-3BAD-4943-80DF-5E1E88CBE881@microsoft.com...
> Ramesh,
>
> We did run a regsvr32 in the elevated Command Prompt window, but we still
> recieve an error 429 - ActiveX component can't create object when we start
> the application. Just wondering if you have any suggestions on what to do
> at
> this point. Thanks.
>
> Brad
>
>
> "Ramesh, MS-MVP" wrote:
>
>> Brad,
>>
>> Try registering the component from an elevated Command Prompt window.
>> Click Start, click All Programs, click Accessories, right-click Command
>> Prompt, and then click Run as administrator.
>>
>> --
>> Regards,
>>
>> Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
>> Windows® Troubleshooting http://www.winhelponline.com
>>
>>
>> "Brad" <Brad@discussions.microsoft.com> wrote in message
>> news:B9654E07-EB35-4CA9-AFD4-80FE5D686AE3@microsoft.com...
>> Garry,
>> We tried to regsvr32 the file: documark_bsl.dll under the
>> c:\Program
>> Files\Midmark\Documark directory.
>>
>> We are getting an error though when completing the previously stated
>> procedure.
>>
>> The module "documark_bsl.dll" was loaded but the call to
>> DllRegisterServer
>> failed with error code 0x80004005.
>>
>> For more information about this problem, search online using the error
>> code
>> as a search item.
>>
>> "Garry" wrote:
>>
>> > Brad Hi,
>> >
>> > We also have a complex VB6 financial app which, when we installed on
>> > Vista
>> > 32 - runs with no problems.
>> >
>> > Are you using the Microsoft Best Practices - for instance, if the app
>> > tries
>> > to write anything to Program Files on the target computer where the
>> > user is
>> > not an ADMIN, you can get funny messages. Perhaps the DLL is not
>> > registered
>> > properly..
>> >
>> > Perhaps the DLL should be in Program Files\Common Files\Company
>> > Name\DLLName.dll and not %System32%.
>> >
>> > Perhaps you should have a VISTA machine with VB6 installed as your test
>> > developement environment. See if the error happens there within the
>> > development environment.
>> >
>> > WE use VMWare very successfully for this kind of problem. You can
>> > install a
>> > Vista VM under XP but, I am not sure if the environment is really
>> > identical
>> > to a real time Vista installation.
>> >
>> > Consider also testing the APP on Vista 64 bit. This is the future so
>> > get
>> > used to it.
>> >
>> > Garry
>> >
>> >
>> > "Brad" <Brad@discussions.microsoft.com> wrote in message
>> > news:B6D962C0-AC1B-49E0-8E42-FD79F19B8266@microsoft.com...
>> > > I'm getting an Error 429 : ActiveX component can't create object when
>> > > trying
>> > > to run a program that ran perfectly fine on Windows XP. It was
>> > > created in
>> > > VB6
>> > > but does not run on my version of Vista Business. Anyone have any
>> > > ideas as
>> > > to
>> > > why this may not work. We are desperate...it is a buisiness
>> > > application
>> > > that
>> > > our customers cannot run!
>> >
>> >
>> >

>>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 03-16-2007
jshenry1963
 

Posts: n/a
Re: Error 429 : ActiveX component can't create object

The answer is supposedly here:
http://support.microsoft.com/kb/247979
I haven't tried it.
There is a scripting issue, and on this link above there is a patch
that you can download and install.
Let us know how it works out.

Thanks,
John


--
jshenry1963
------------------------------------------------------------------------
jshenry1963's Profile: http://forums.techarena.in/member.php?userid=23467
View this thread: http://forums.techarena.in/showthread.php?t=704469

http://forums.techarena.in

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
getdrivelayout: create file fail! Access Denied (ERROR) Please he =?Utf-8?B?QnJlbnQgSi4=?= microsoft.public.windows.vista.general 3 04-04-2007 06:04
ActiveX component =?Utf-8?B?Sm9obiBpbiBDdW1icmlh?= microsoft.public.windows.vista.general 2 03-08-2007 20:22
First Patch released for Vista Component Steve News & Announcements 0 02-15-2007 00:42
Memory component of Experience Index =?Utf-8?B?RGVubmlz?= microsoft.public.windows.vista.performance maintenance 1 02-11-2007 16:59
Using WIM I get an error when trying to create a configuration fil =?Utf-8?B?anRlYmVybGU=?= microsoft.public.windows.vista.installation setup 3 01-11-2007 02:56




All times are GMT +1. The time now is 17:58.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119