Hello:

I am new with Visual Studio FoxPro 6.0. I am encountering
an error message "Source code out of date". The FoxPro
help file indicates this means the .FXP is not matching
with the source code. But no where in the help files was
I able to find how to fix it. I have compiled the program
multiple times. I selected Build Application and Build
Project. What am I doing wrong?

Emily

Re: help by Fred

Fred
Sat Sep 13 02:19:13 CDT 2003

I assume you're running into this when trying to use the debugger. It
sounds like you may have multiple copies of your source code and/or multiple
copies of the associated .FXP files, and the debugger is finding a different
one then you've been recompiling.

Search your harddrive for all occurences of the .PRG and .FXP in question,
and rename any extraneous ones.


--

Fred
Microsoft Visual FoxPro MVP
Please respond only to the newsgroups so that all may benefit.



emily wrote:
> Hello:
>
> I am new with Visual Studio FoxPro 6.0. I am encountering
> an error message "Source code out of date". The FoxPro
> help file indicates this means the .FXP is not matching
> with the source code. But no where in the help files was
> I able to find how to fix it. I have compiled the program
> multiple times. I selected Build Application and Build
> Project. What am I doing wrong?
>
> Emily


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.515 / Virus Database: 313 - Release Date: 9/1/2003



Re: help by James

James
Sat Sep 13 08:44:41 CDT 2003

I don't know if it the correct way, but I just delete all of the .fxp files
and rebuild the project.

jrg

"emily" <meadors5@comcast.net> wrote in message
news:05f801c379b1$902d0e30$a401280a@phx.gbl...
> Hello:
>
> I am new with Visual Studio FoxPro 6.0. I am encountering
> an error message "Source code out of date". The FoxPro
> help file indicates this means the .FXP is not matching
> with the source code. But no where in the help files was
> I able to find how to fix it. I have compiled the program
> multiple times. I selected Build Application and Build
> Project. What am I doing wrong?
>
> Emily



Re: help by Cindy

Cindy
Sat Sep 13 10:13:46 CDT 2003

That method works well for me. I have a lot of trouble with menus and
deleting the compiled code is pretty much the only thing that works.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.winegarden@mvps.org, www.cindywinegarden.com

"James Grapes" <jrg@nospam_hardynet.com> wrote in message
news:%23Ivei1feDHA.696@TK2MSFTNGP09.phx.gbl...
> I don't know if it the correct way, but I just delete all of the .fxp
files
> and rebuild the project.



Re: help by Rush

Rush
Sat Sep 13 10:53:32 CDT 2003

One gotcha to watch out for: sometimes a compiled file ends up in an
unexpected directory that is still in the current path. If deleting the
.FXPs doesn't work, do a search throughout your project directory for dupes.

- Rush

"Cindy Winegarden" <cindy.winegarden@mvps.org> wrote in message
news:ux2RjmgeDHA.1748@TK2MSFTNGP10.phx.gbl...
> That method works well for me. I have a lot of trouble with menus and
> deleting the compiled code is pretty much the only thing that works.
>
> --
> Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
> cindy.winegarden@mvps.org, www.cindywinegarden.com
>
> "James Grapes" <jrg@nospam_hardynet.com> wrote in message
> news:%23Ivei1feDHA.696@TK2MSFTNGP09.phx.gbl...
> > I don't know if it the correct way, but I just delete all of the .fxp
> files
> > and rebuild the project.
>
>



RE: help by Leemi

Leemi
Mon Sep 15 08:46:33 CDT 2003

Hi Emily:

Along with the many other great ideas you have received, I would like to
pass along this article. I hope you find it useful.

101302 How to Prevent "Source Is out of Date" Error Message
http://support.microsoft.com/?id=101302

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

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518

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

> Hello:
>
> I am new with Visual Studio FoxPro 6.0. I am encountering
> an error message "Source code out of date". The FoxPro
> help file indicates this means the .FXP is not matching
> with the source code. But no where in the help files was
> I able to find how to fix it. I have compiled the program
> multiple times. I selected Build Application and Build
> Project. What am I doing wrong?
>
> Emily