Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loking for a file on drive C: ?
Message
From
30/06/2014 08:44:36
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01602647
Message ID:
01602886
Views:
56
>>>I may have this in a few places but not sure that would be related in that the error is happening inconsistently and from different places in the app
>>>Forgot to say in initial thread that :
>>> c:\users\fred\appdata\local\temp\MyErrorRoutine.fxp
>>>
>>>User fred is Me i.e. My development machine and there is no user fred on the site the app is deployed in
>>>Neither do I bave anything in the Config.fpw file
>>>
>>>How could the exe be throwing up a reference looking for the devlopment machine User ??
>>>

I recently fought a similar problem. In my case, the culprit was a file called with an explicit path which was compiled into the .EXE.

I suggest you use Code References or a similar tool and search the project for "c:\users\fred\appdata\local\temp\MyErrorRoutine.fxp" or parts of until you find and fix it.

Failing that, copying the .fxp from your development machine to the folder where the program is installed may fool it into working properly.

Chris.
Previous
Reply
Map
View

Click here to load this message in the networking platform