"ActiveX component can't create object" in VB 6.0
Error is as below :
Error in Function SendData()
ActiveX component can't create object
ObjectError Number 429
Code :
Set ABCD = CreateObject("XYZ.DisplayData")
Any idea of this Error?
![]() |
|
|||||||
![]() |
|
More
|
|
|
Bookmarks | Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Skilled contributor
Join Date: Sep 2009
Location: Hava Ke Paro Me
Posts: 271
Thanks: 27
Thanked 11 Times in 9 Posts
Rep Power: 1 ![]() |
"ActiveX component can't create object" in VB 6.0
"ActiveX component can't create object" in VB 6.0 Error is as below : Error in Function SendData() ActiveX component can't create object ObjectError Number 429 Code : Set ABCD = CreateObject("XYZ.DisplayData") Any idea of this Error? |
|
|
|
|
|
#2 |
|
Contributor
Join Date: Oct 2007
Posts: 84
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 3 ![]() |
Re: "ActiveX component can't create object" in VB 6.0
The COM DLL related to the "XYZ.DisplayData" is not registered on the machine where your running the application. Register the respective DLL and it should work fine.
|
|
|
|
| The Following User Says Thank You to urstop For This Useful Post: | sameer_havakajoka (01-27-2010) |
|
|
#3 |
|
Go4Expert Member
Join Date: May 2009
Posts: 18
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0 ![]() |
Re: "ActiveX component can't create object" in VB 6.0
use the regsvr32 "your dll.dll" and also try copying the dll to the system32 and windows folders |
|
|
|
| The Following User Says Thank You to ManzZup For This Useful Post: | sameer_havakajoka (01-27-2010) |
|
|
#4 |
|
Newbie Member
Join Date: Jan 2010
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0 ![]() |
Re: "ActiveX component can't create object" in VB 6.0
To resolve the above issue and access the form, you need to follow these actions: · Run the following command to register the DAO file: regsvr32 Dao360.dll · Replace Dao360.dll · Remove the DAO Folder and Reinstall Microsoft Access 2000 However, if you still encounter any of the above error messages, even after taking above steps, then you need to reinstall MS Access or Office. To do so, you firstly need to delete the leftover files. In such situations, Access database might get corrupted because of mismatch of the DLL files or installation of an upgraded version of MS Access. To recover the data after corruption, you should use effective Access Repair tools as stellar phoenix access recovery software. |
|
|
|
| The Following User Says Thank You to Davidpoul For This Useful Post: | sameer_havakajoka (01-27-2010) |
|
|
#5 |
|
Skilled contributor
Join Date: Sep 2009
Location: Hava Ke Paro Me
Posts: 271
Thanks: 27
Thanked 11 Times in 9 Posts
Rep Power: 1 ![]() |
Re: "ActiveX component can't create object" in VB 6.0
thank you all for the reply...it's working now
|
|
|
|
![]() |
|
More
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| Bookmarks | |
|
|
|
|
|||||||||||||||||||||||||||||||