I have a VFP8 exe file which runs every night on two separeted Win2003 servers.
One of them is OK. The other sometimes /not every time/ stops and there is
the following question on the screen:
Convert 3.0 resource file format to 6.0? /YES or NO/

Could anyone explain me why do I have this message?
Many thanks
--
Sandor

RE: Convert 3.0 resource file format to 6.0 by Leemi

Leemi
Fri May 06 13:49:30 CDT 2005

Hi Sandor:

The custom VFP 8 executable is finding an old style VFP resource file
(Foxuser.dbf and Foxuser.fpt). You can scan your server hard drive and all
mapped drives for these files and delete or rename any that you find. You
can also prevent the executable from using a VFP resource file by creating
a Config.fpw file and placing it in the folder with the exe. Place this
line in the Config.fpw file:

Resource=off

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/

*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003

>I have a VFP8 exe file which runs every night on two separeted Win2003
servers.
>One of them is OK. The other sometimes /not every time/ stops and there is
>the following question on the screen:
>Convert 3.0 resource file format to 6.0? /YES or NO/

>Could anyone explain me why do I have this message?
>Many thanks
--
>Sandor