AfxDaoInit problem in Atl dll

I have a small project that uses the MFC Dao classes in the exported functions. I have been successful at getting this to work on my development machine but seem to be having a problem when I install it on the server (NT or 2000). I've isolated it down to the call AfxDaoInit() function that is throwing an exception. I checked the dependencies on the dll and it appears the server has all of them that are needed. My object is single threaded object. The server does not have Access loaded on it but does have Dao360.dll and Jet is identified in the registry.

Any suggestions?
[596 byte] By [denhoffk] at [2007-11-17 22:37:34]
# 1 Re: AfxDaoInit problem in Atl dll
Most likely you have to install DAO on the other computer for it to work properly.

Are you using DAO 3.5 or 3.6 in your project? Maybe you need to install DAO 3.5?
bluesource at 2007-11-10 8:41:32 >
# 2 Re: AfxDaoInit problem in Atl dll
I'm not enforcing either, it is a secure database (Access97 - 3.50) but I've able to get it to work with both 3.5 and 3.6. Being a 2000 system mdac is already installed and DAO360.dll is present. Oddly, I don't show any of the Dao dll's as being a dependency to the project.
denhoffk at 2007-11-10 8:42:33 >