Error:
Cannot open a database created with previous version of your application.
Snapshot:
Workaround1:
Reregister the Dao360.dll file and the Msrd3x40.dll file
To reregister these files, follow these steps:
- Click Start, and then click Run.
- Type regsvr32 followed by the path to your DAO file. Enclose this path in quotation marks.For example, to register the DAO 3.6 library, use the following command:regsvr32 “C:\Program Files\Common Files\Microsoft Shared\DAO\DAO360.DLL”If the Dao360.dll file is successfully registered, you receive a message that is similar to the following message:
DllRegisterServer in C:\Program Files\Common Files\Microsoft Shared\DAO\Dao360.dll succeeded.
- Repeat step 2 to register the Msrd3x40.dll file by using the following command.
regsvr32 “c:\WINDOWS\system32\msrd3x40.dll”
Workaround2:
Install Jet 4.0 components
jet40sp3_comp.exe
Workaround3:
Make sure that you have Read permissions to the applicable Access registry keys:
- Start Registry Editor (Regedt32.exe for Windows 2000 or Regedit.exe for Windows 98):
- Click Start, and then click Run.
- In the Open box, type Regedt32 or Regedit, and then click OK.
- Locate the following key in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\
- Click the HKEY_LOCAL_MACHINE on Local Machine window.
- Expand the SOFTWARE tree.
- Under SOFTWARE, expand the Microsoft tree.
- Under Microsoft, expand the Jet folder.
- Make sure that you have Read permissions to the Jet 4.0 and 3.5 registry keys:
- Click 4.0 under Jet.
- On the Security menu, click Permissions.
- In the Name box, click your user name, and make sure that the check box next to Read under Allow is selected.
- Repeat steps “A” through “C” for the 3.5 registry key.