1. Check files
Are the following files in the right folders?
MSJTER35.DLL, MSJINT35.DLL, MSVCRT40.DLL, MSJET35.DLL, MSRD2X35.DLL, VBAJET32.DLL and VBAR332.DLL:
In system (system32 for NT) directory (referred to in the above charts as the System32 directory). Be sure, that VBAJET32.DLL is from January 1997 or newer.
DAO350.DLL and DAO2535.tlb:
For Windows 95 or Windows NT 4.0, the DAO directory is approximately c:\Program Files\Common Files\Microsoft Shared\DAO. The exact location varies if the user has a non-English version of Windows 95, which requires that the location be read from the registry. Locate the following node in the registry: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion and retrieve the value of the key named CommonFilesDir.
2. Register DLLs
When all DLLs are in the right folders, register the DLLs. It doesn't matter if they are already registered. This is done by calling regsvr32.exe with the following dlls: DAO350.dll, MSJET35.dll and MSRD2X35.dll.
You find the application in your system folder. The application is a DOS application, so you have to call it in a DOS box with the right dll-path as its parameter. There is a special considerations you should keep in mind. DAO350.dll needs to have MSVCRT40.dll and other required files on the computer before it can register.
The normal way of installing the DAO components is:
1. install ELSAvision: copies all files, except DAO350.DLL and DAO2535.tlb, to their destination. DAO350.DLL and DAO2535.tlb are copied into the ELSAvision folder.
2. CALL ELSAvision: move DAO350.DLL and DAO2535.tlb into the right folder and register the dlls. In this way it is not possible to work with the addressbook without calling ELSAvision before!
This problem is solved with the ELSAvision software version 3.1!