PRB: "Overwrite Invalid FoxUser File..." Each Time Fox Starts

Last reviewed: April 30, 1996
Article ID: Q114269
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, version 2.5x, 2.6a

SYMPTOMS

Every time FoxPro starts, it displays the following error message:

   Overwrite invalid FoxUser file with a new empty one? Yes/No

CAUSE

  • The configuration file contains a RESOURCE = line with a path that points to a nonexistent directory or folder.

    -or-

  • The resource files are corrupt.

RESOLUTION

  • Change the path in the RESOURCE = line so that it points to a valid directory or folder.

    -or-

  • Rename the resource files (FOXUSER.DBF and FOXUSER.FPT). FoxPro will build new resource files the next time it starts.

MORE INFORMATION

The configuration file is usually CONFIG.FPW in FoxPro for Windows, CONFIG.FP in FoxPro for MS-DOS, and CONFIG.FPM in FoxPro for Macintosh.

Sample Situation That May Cause This Error When Upgrading FoxPro

This situation may occur when you are using the configuration file from a previous installation of FoxPro with a new FoxPro installation. For example, FoxPro version 2.5 for Windows installs to a directory named FOXPROW by default. FoxPro version 2.6 for Windows installs to a directory named FPW26 by default.

If the following situation occurs, the RESOURCE = line will point to an invalid directory:

  1. FoxPro version 2.5 for Windows exists in a directory named FOXPROW. The CONFIG.FPW file in FOXPROW contains a "RESOURCE=C:\FOXPROW\FOXUSER.DBF" line.

  2. FoxPro version 2.6 for Windows is installed in a directory named FPW26.

  3. The CONFIG.FPW file in FOXPROW is copied to FPW26.

  4. The FOXPROW directory is deleted.

At this point, the CONFIG.FPW file in FOXPROW contains a RESOURCE = line pointing to C:\FOXPROW, which doesn't exist.


Additional reference words: VFoxWin 3.00 FoxMac FoxDos FoxWin 2.00 2.50
2.50a 2.50b
2.50c 2.60 2.60a config.fp(w) errmsg err msg
KBCategory: kbprg kberrmsg kbprb
KBSubcategory: FxenvFoxuser


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.