-
You are most likely missing a library in your deployment package or a library isn't getting registered properly. I have always had problems with my deployment packages. Also, in winNT a user might not have privliges to use a service. If this is the case, you should be able to run the program in an admin session.
-
yes, I just looked in my registry, that is for DAO
you are not distributing DAO properly, or the DAO component is not getting registered...
run "regsvr32.exe C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL" at the command line to re-register the DAO runtime
HTH
Tom