Error 429 ActiveX and DAO360.dll

M

Mark Hammer

Puzzled here by why my Access XP app is getting the 429 error, on a Windows
XP machine.

I have re-registered dao360.dll. This happens with an mde file, one that
runs successfully on many other machines. My install file installs
dao360.dll and registers it, and I've had client uninstall and reinstall my
app, and get the same error message.

TIA for any advice or clues.

Mark Hammer
Lake Oswego, Oregon, US


PS Sorry about the duplicate post; realized after posting to modulescoding
that there's not much happening there.
 
M

Mark Hammer

Problem solved when I reregistered the dao360.dll in the Program
Files\Common Files\Microsoft Shared\DAO\ directory, rather than the one in
the System32 directory.

So, for anyone else who has this issue, here is the command prompt entry
which solved my problem:

regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO360.dll"

don't forget the quotes around the path.

Ta-Da,

--Mark Hammer
 
T

Tony Toews [MVP]

Mark Hammer said:
My install file installs
dao360.dll and registers it, and I've had client uninstall and reinstall my
app, and get the same error message.

Don't distribute the DAO360.DLL file. It's already on the client
system and has been since Windows 2000.

Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/
Granite Fleet Manager http://www.granitefleet.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top