|
|
|
|
|
Home | Forums | Visual Basic 6.0 | Games | Web Directory | Software | HTML | Wiki | Blog | Contact |
|
| From: ruy sarasqueta | E-mail: ruyeno22@hotmail.com | 1 |
Date: Saturday, February 17, 2001 at 00:15:23
Subject: Run time error 429
Comments:
Hello:
I would appreciate if anyone can help me with this little problem:
When i install one program in one computer, i get "run time error 429 activex can't create object". Microsoft.com has a vb6cli.exe, but it doesn´t work....
anyone has had the same problem???
thanx
| From: Martin Allen | E-mail: <No e-mail> | 2 |
Subject: RE: Run time error 429
Comments:
I assume you are talking about a program that you have made on your computer, and when trying it on another computer, it doesn't work. Firstly, make sure that the VB6 runtime files are installed on the computer - http://download.microsoft.com/download/5/a/d/5ad868a0-8ecd-4bb0-a882-fe53eb7ef348/VB6.0-KB290887-X86.exe, also make sure that you have correctly installed the component that you want to use. For example, the Windows Media Player control required Windows Media Player to be installed, and the Microsoft Voice control required a 30 MB file to be downloaded, not just one file. I am not sure what vb6cli.exe is, but maybe the same principles apply.
| From: Harish | E-mail: harishkrish@excite.com | 3 |
Date: Saturday, June 30, 2001 at 10:19:47
Subject: RE: Run time error 429
Comments:
Hi,
even i am facing the same problem, when i install the s/w it works fine in few
of the systems and in few of the systems i am getting this error, if u were to
get the solution, please let me know.
regds
Harish
| From: Martin Allen | E-mail: <No e-mail> | 4 |
Date: Saturday, June 30, 2001 at 23:38:55
Subject: RE: Run time error 429
Comments:
I did a search on the Microsoft homepage and found the following Knowledge Base articles (and one other) that relate to run-time error 429:
http://support.microsoft.com/support/kb/articles/Q177/3/94.ASP
http://support.microsoft.com/support/kb/articles/Q189/9/82.ASP
http://support.microsoft.com/support/kb/articles/Q193/1/43.ASP
I hope these will be able to help you.
| From: Pete | E-mail: <No e-mail> | 5 |
Date: Monday, July 2, 2001 at 15:20:21
Subject: RE: Run time error 429
Comments:
The 429 error can also be caused by Norton Antivirus software.
Unregister NAV (regsvr32 /u "c:\program
files\navnt\officeav.dll") and the problem might be solved.
| From: Karen | E-mail: kkopp1@aol.com | 6 |
Date: Tuesday, November 20, 2001 at 17:44:11
Subject: RE: Run time error 429
Comments:
I use a program called auction watch and ever since I had a new motherboard and processor put in the computer I cannot open the program and I always get run time error 429 Active X cannot created object. Does anybody have a solution for me as this is my work program and I am rapidly getting burried in work if I don't get this program up and running. Thanks for any help I get. KAREN
| From: Martin Allen | E-mail: <No e-mail> | 7 |
Date: Saturday, November 24, 2001 at 14:30:37
Subject: RE: Run time error 429
Comments:
Try unregistering all the ActiveX objects that the program uses and then reregistering them. Go to Start, then Run and type:
regsvr32 /u c:\windows\system\whatever.ocx
then
regsvr32 c:\windows\system\whatever.ocx
Change whatever.ocx to whatever ocx files your program uses. Where did you get this program from?
| From: Michael W. Smith | E-mail: app1mws@ups.com | 8 |
Date: Monday, April 22, 2002 at 13:22:50
Subject: RE: Run time error 429
Comments:
How can I get a list of *.ocx and .dll used by my Application? I've taken over this application and on some computers the 429 error shows up.
| From: Martin Allen | E-mail: <No e-mail> | 9 |
Date: Tuesday, April 23, 2002 at 19:47:28
Subject: RE: Run time error 429
Comments:
It isn't possible to find out what controls a program uses after it has been compiled - if a control it needs is not found, then the program will tell you. Ask the author what controls the program uses. Once you have found out what controls the program uses, try the procedure above to unregister and then reregister the files. If this fails, you may need to go through the registry manually and delete all items relevant to the control (found in the HKEY_CLASSES_ROOT\CLSID section) because they may have become corrupted. After that, register the files again. Good luck and remember to back up the registry before you edit it!
This forum is no longer taking new messages or replies since 01 November 2002. The above material is for reference purposes only.
The new Visual Basic 6.0 forum can be found here.