I've solved my missing Outlook reference problems by using late binding, but a new problem has come up. When my user opened a form, Access started searching for DAO360.dll. The dll was in some crazy folder on his C: drive, so I had him copy it to C:\Program Files\Common Files\Microsoft Shared\DAO, unregister it, and reregister it. Now no search message, but I have 2 questions I can't find the answer to.
1) What is supposed to install this dll, since this user has Office 2007 minus Outlook, and it wasn't there?
2) Why is my 2007 application using the 200-2003 dll, and how can I tell what parts are using that and fix it?
This must be related to the fact that the first third of my development was done in 2003 before I converted to .accdb, but would I have to rewrite the older forms to eliminate the dependency? (3 questions I guess :-)
On a curious note, when we cancelled the search for DAO360.dll, everything worked fine anyway.
1) What is supposed to install this dll, since this user has Office 2007 minus Outlook, and it wasn't there?
2) Why is my 2007 application using the 200-2003 dll, and how can I tell what parts are using that and fix it?
This must be related to the fact that the first third of my development was done in 2003 before I converted to .accdb, but would I have to rewrite the older forms to eliminate the dependency? (3 questions I guess :-)
On a curious note, when we cancelled the search for DAO360.dll, everything worked fine anyway.
Comment