PRB: "Another Application is Currently Using JET File..."Last reviewed: August 7, 1997Article ID: Q169497 |
The information in this article applies to:
SYMPTOMSWhen you try to install DAO components, the following error message may appear:
Another application is currently using JET file, close all applications and continue. CAUSEThis error message can have one of following causes:
RESOLUTIONTo resolve the first problem, if one of the DLL's that DAO is trying to update is loaded in memory, then shut down all of your applications and tell the setup program to continue. It is a good idea to perform a setup with all applications shut down for this very reason. The second problem is not as obvious because the setup program cannot distinguish between a file with a read-only attribute set and a file that is currently loaded into memory. The setup program will not identify the specific file(s) that have read-only turned on. Having the read-only flag set for DLL's is usually used as a low-level virus protection, but it can also hamper the operation of programs using those DLL's or attempting to upgrade them. From a DOS command prompt, go to the Windows directory and type:
attrib -r *.* /sYou may encounter some files that cannot be set as read-only. As long as they are not EXE's or DLL's, it is not a problem. You may also want to go to the \Program Files\Common Files directory and perform the same procedure because DAO/Jet and other shared components are often installed there as well.
STATUSThis behavior is by design. Keywords : dbDao MfcDAO MfcDatabase Technology : kbMfc Version : 4.0 4.1 4.2 5.0 Platform : NT WINDOWS Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |