Learn how to Make Money Online doing freelancing, Affiliate Marketing, Blogging and many more ...
Go4Expert
Go4Expert RSS Feed

Go Back   Programming and SEO Forum >  Go4Expert > Queries and Discussion > Programming > Visual Basic ( VB )

Reply  Copy HTML to Clipboard  Copy BBCode to Clipboard  | More
 
Bookmarks Thread Tools Search this Thread Display Modes
Old 12-11-2009, 10:21 AM   #1
Skilled contributor
 
sameer_havakajoka's Avatar
 
Join Date: Sep 2009
Location: Hava Ke Paro Me
Posts: 271
Thanks: 27
Thanked 11 Times in 9 Posts
Rep Power: 1
sameer_havakajoka is on a distinguished road

"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?
__________________
- Thanks

| Password Protect PDF v1.1 | Salsa Songs CDs | Salsa Forum |
sameer_havakajoka is offline   Reply With Quote
Old 12-11-2009, 05:41 PM   #2
Contributor
 
Join Date: Oct 2007
Posts: 84
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 3
urstop is on a distinguished road

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.
__________________
Regards,
AV
Freelance Software Services UK
urstop is offline   Reply With Quote
The Following User Says Thank You to urstop For This Useful Post:
sameer_havakajoka (01-27-2010)
Old 01-24-2010, 06:55 PM   #3
Go4Expert Member
 
Join Date: May 2009
Posts: 18
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
ManzZup is on a distinguished road

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
ManzZup is offline   Reply With Quote
The Following User Says Thank You to ManzZup For This Useful Post:
sameer_havakajoka (01-27-2010)
Old 01-27-2010, 02:30 PM   #4
Newbie Member
 
Join Date: Jan 2010
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
Davidpoul is on a distinguished road

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.
Davidpoul is offline   Reply With Quote
The Following User Says Thank You to Davidpoul For This Useful Post:
sameer_havakajoka (01-27-2010)
Old 01-27-2010, 03:50 PM   #5
Skilled contributor
 
sameer_havakajoka's Avatar
 
Join Date: Sep 2009
Location: Hava Ke Paro Me
Posts: 271
Thanks: 27
Thanked 11 Times in 9 Posts
Rep Power: 1
sameer_havakajoka is on a distinguished road

Re: "ActiveX component can't create object" in VB 6.0


thank you all for the reply...it's working now
__________________
- Thanks

| Password Protect PDF v1.1 | Salsa Songs CDs | Salsa Forum |
sameer_havakajoka is offline   Reply With Quote
Reply  Copy HTML to Clipboard  Copy BBCode to Clipboard  | More


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Bookmarks

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

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

Similar Threads / Articles
Thread Thread Starter Forum Replies Last Post
Opening A VB Project File From A VB 6.0 naimish Visual Basic ( VB ) 1 09-07-2009 01:38 PM
"BATCH REPORTING" in pdf format using VB 6.0 and SQL SERVER dipakprodhan Visual Basic ( VB ) 0 09-05-2009 10:18 PM
how to run asp file behind vb 6.0? michaelscofie Visual Basic ( VB ) 1 03-13-2008 09:16 PM
Bar Code with VB 6.0 sallu Visual Basic ( VB ) 2 03-17-2005 08:18 AM

 

All times are GMT +5.5. The time now is 05:35 AM.