Jim,Does this happen for all files? I don't see this here for me - I can create new pages and immediately run them, so I'm not sure what would be different.
One thing that can cause problems is if for some reason or other the file gets created in multiple places. The default template when you create a new page uses:
~/Page.wcsx
which creates the PRG file in the Web folder. If you run the page and then later go in and move it it's possible that the PRG file is loaded in memory already and then it fails because the procedure is already loaded from a different location.
+++ Rick ---
Yes, Once the file exists, the changes to the file are written out without issues.
This is the line of code that shows an error "File Not Found"
It is running in below section of code. Should really be ignoring parse since file does not exist yet.
wwprocess
*** 1 - Parse 2 - Parse & Compile
SET PROCEDURE TO (lcFileToRun) ADDITIVE
Do you have write permissions in the folder you're trying to write the file to?
+++ Rick ---
I am using version 5.60
When I create a new page, Web Connection is kicking out an error that the ????_page.prg is not found.
In the past, it would just create a new prg file.
I have to now put one out there. Once it is out there Web Connect, will modify it based on the changes made to the page in Web Developer 2010.
Any ideas, what is going on?
Jm Day