ADT/ODE: Invalid Page Fault in Module ACMSETUP.EXELast reviewed: November 12, 1997Article ID: Q141626 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. When you create disk images for your application using the Setup Wizard, and you include a shortcut for a Compact or a Repair And Compact of your database and a shortcut for a Readme or Help file, you may receive an Invalid Page Fault in module Acmsetup.exe because of a Compact command- line switch that is appended to your Readme/Help file command line.
CAUSEThe command line that causes the page fault will be in the following format:
$(FilePath)\readme.txt /compact -or- $(FilePath) \Help.hlp /compact RESOLUTIONTo work around this behavior, do one of the following: In Microsoft Office 97 Developer Edition Tools: On the Add Shortcuts Page, click the General Shortcut Properties tab, click "I would like to specify my own custom command line," and then type "$(FilePath)\Readme.txt" or "$(FilePath)\Help.hlp" (without the quotation marks), depending on the file type, in the Command Line box for both your Readme and your Help file. In Microsoft Access Developer's Toolkit version 7.0: Select "$"Specify My Own Custom Command Line" from the Command-Line Style section for both your Readme and your Help file. In the command line, type "$(FilePath)\Readme.txt" or "$(FilePath)\Help.hlp" (without the quotation marks), depending on the file type.
MORE INFORMATION
Steps to Reproduce Behavior
REFERENCESFor more information about creating shortcuts, search the ODE or ADT Help Index for "shortcuts," and then "compacting and repairing data in run-time applications." Keywords : GnlApp kberrmsg Version : 7.0 97 Platform : WINDOWS Hardware : x86 Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |