Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot register MSJRO.DLL MSADOX.DLL 2

Status
Not open for further replies.

mikemcginty

Programmer
Jul 11, 2002
184
AU
When deploying my program I get the above warning during setup. Using regsvr32 both return a Load Library error GetLastError returns 0x0485.

My program seems to run fine using VB6 and ADO

Is the above error due to MS Office 2000 already being installed on the computer?

If so, how do I stop the message from displaying during setup?

Thanks

Mike When you call out for help in the darkness, and you hear a voice in return, you're probably just talking to yourself again!
 
Thanks a lot. Appreciate the help

Mike When you call out for help in the darkness, and you hear a voice in return, you're probably just talking to yourself again!
 
Sorry jmerencilla but I couldn't find where to share these files during packaging. They are not included in the list that comes up toward the end of the packaging process.

After updating to MDAC 2.7 I also have the same error now registering msado25.dll. Regardless of the packaging of my program I can't register these files manually using regsvr32 (ie I get the same error)

Mike

When you call out for help in the darkness, and you hear a voice in return, you're probably just talking to yourself again!
 
after installing MDAC 2.7, did you change the reference of your program to point to the latest version of MDAC?
 
Thanks jmerencilla

I didn't realise you need to manually change the reference to the new MDAC. Everything is a lot cleaner now.

Mike When you call out for help in the darkness, and you hear a voice in return, you're probably just talking to yourself again!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top