PRB: "Error Locating Config File-Bad Path?" in Visual FoxPro (163801)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Windows 6.0
- Microsoft Visual FoxPro for Windows 7.0
- Microsoft Visual FoxPro 8.0
This article was previously published under Q163801 SYMPTOMS When starting Visual FoxPro, the following error can occur:
"Error locating config file-bad path?" If
starting FoxPro for Windows 2.x, the error will be:
"Invalid path or file name". After clicking OK, Visual FoxPro starts
and runs properly. FoxPro for Windows 2.x will not run, and terminates with a
General Protection Fault. When starting an executable file built by any of the
FoxPro products listed above, one or more of the following errors can occur:
Error locating config file-bad path? Invalid path or file name A DO
dialog box appears If the .exe file was created in FoxPro for
Windows 2.x or Visual FoxPro 3.0, a general protection fault can occur after
the above errors appear. CAUSE This error message is by design. The problem is the
contents of the PATH environment variable. The error is most commonly caused by
a missing semicolon, which divides the directories that make up the Path
statement. Other errors in the PATH may also cause the error. RESOLUTION Edit the Path statement and add the semicolon. If the
operating system is Windows 3.1, Windows 95 or Windows 98, the Path statement
will be found in the Autoexec.bat file. If the operating system is Windows NT,
go to the System icon in the Control Panel. In Windows NT 4.0, after you open
the System icon, select the Environment tab then check the contents of the Path
variable. Windows NT also reads an Autoexec.bat file if one is present. Look
for a SET PATH statement in the Autoexec.bat file if the Environment tab Path
variable does not contain any visible problems. Other types of batch files or
login scripts may also reset the path. You can view the current path by opening
a command prompt and typing SET PATH. STATUS This behavior is
by design.
| Modification Type: | Major | Last Reviewed: | 5/22/2003 |
|---|
| Keywords: | kbenv kbprb KB163801 |
|---|
|