PRB: "Memo File Missing/Invalid" Error with Project File

Last reviewed: April 30, 1996
Article ID: Q121722
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 3.0
  • Microsoft FoxPro for Windows, versions 2.5x, 2.6, 2.6a
  • Microsoft FoxPro for MS-DOS, versions 2.0, 2.5x, 2.6, 2.6a
  • Microsoft FoxPro for Macintosh, versions 2.5x, 2.6a
  • Microsoft FoxPro for UNIX, version 2.6 ---------------------------------------------------------------------

SYMPTOMS

When you attempt to modify or build a project, one of the following error messages appear:

  • FoxPro 2.x: Memo file missing/invalid

    -or-

  • Visual FoxPro: Memo file <file_name> is missing or is invalid

After this error occurs, the project cannot be built or compiled.

CAUSE

This error is usually caused by one of the following two problems:

  • The project's memo file (.PJT) is damaged, missing, or corrupt.

    -or-

  • A file referenced in the project contains a faulty memo file. FoxPro report, menu, and screen files all contain corresponding memo files. These files have extensions of .FRT, .MNT, and .SCT, respectively.

MORE INFORMATION

A FoxPro project contains two separate files: a .PJX file (database) and a .PJT file (memo). Both of these files store crucial information about the project.

To Troubleshoot This Problem

  1. Check that both the .PJX and .PJT files exist in the same directory. After moving a project to a new location, the memo file is sometimes left in the previous directory.

  2. Create a new project and add the main program to it. Build the new project into an application. If the project memo file (.PJT) is damaged or corrupt, this technique corrects the problem.

  3. Open each file referenced in the project to determine if that file has a damaged or corrupt memo file. For example, to open a screen file as a database, type "USE <screen-name>.scx" (without the quotation marks) in the Command window. If FoxPro detects a bad memo file, an error message will appear.


Additional reference words: VFoxWin 3.00 FoxUnix FoxMac FoxDos FoxWin 2.00
2.50 2.50a 2.50b 2.50c 2.60 2.60a tshoot errmsg err msg
KBCategory: kbenv kberrmsg kbprb kbtshoot
KBSubcategory: FxenvGeneral


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 30, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.