PRB: Invalid Page Fault Using DAO After Installing DAO Redist from Visual StudioID: Q231841
|
On a Windows 95 machine, MFC DAO applications may generate an Invalid Page Fault after installing the DAO Redist provided with Visual Studio CDs.
The following error message is expected:
[Program Name] has caused an invalid page fault in module [unknown] at 0000:00000009
The problem occurs only on computers with older copies of Oleaut32.dll, prior to version 2.30.4261.1.
NOTE: Windows 95, Windows 95 OSR2, and Microsoft Office 97 are among some of the products that shipped older versions of Oleaut32.dll.
It is important to note that installing the DAO Redist from Visual Studio can generate this behavior in MFC DAO applications that worked correctly prior to installing the DAO Redist, which can occur if you had an older version of DAO (Dao350.dll) and the DAO Redist replaces this with a newer version of DAO. In this case, the newer version of DAO is using Expsrv.dll rather than Vbar332.dll (Expsrv.dll was not designed to be used with these older versions of Oleaut32.dll). For example, if you install Microsoft Access 97, which installs Dao350.dll version 3.51.1027.0, your MFC DAO application will run correctly until installing the DAO Redist, which replaces Dao350.dll with version 3.51.1608.0, and therefore uses Expsrv.dll, which is incompatible with the older version of Oleaut32.dll.
To resolve this issue on computers already experiencing this problem, you must replace the older version of Oleaut32.dll with version 2.30.4261.1. This version is distributed with many Microsoft products. The easiest way to accomplish this is to install DCOM98, which is available on Disk 1 of Visual Studio 6.0. DCOM98 properly installs and registers version 2.30.4261.1 of Oleaut32.dll. You can also install MDAC 2.0 and later from the following Web site:
Universal Data Access Web SiteTo prevent this behavior from occurring in future redistributions of MFC DAO applications, it is recommended to include Oleaut32.dll version 2.30.4261.1 in your own DAO Redist setup program rather than using the DAO Redist provided by Visual Studio 6.0.
Q167523 HOWTO: Redistributing DAO with Your Visual C++ 5.0 Application
For additional information about creating a DAO redistribution application, please see the following article in the Microsoft Knowledge Base:
Q167523 HOWTO: Redistributing DAO with Your Visual C++ 5.0 Application
Additional query words:
Keywords : kbDAO kbDatabase kbVS600 kbWinOS95 kbGrpVCDB
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: July 29, 1999