This topic is locked

How to stop location prompt?

11/16/2008 11:22:03 PM
PHPRunner General questions
bbarker author

Upon opening an existing project I always see this message:
[indent]You have opened a project file created by an older version of the program, which does not have a project directory assigned. Click Yes to choose a project directory.[/indent]
So then I choose the inetpub/wwwroot/projectname location, which is where I save it.
When done, I save the PHPR file there too.
But when I start again, it prompts me again.
Now the funny thing is that I've reset all of the pages since upgrading to V5 Build 587 but it still persists.
Here's what my PHPR file lists:

<?xml version="1.0"?>

<project app="PHPRunner" version="5.0" build="587">

<m_strBusinessTemplateName></m_strBusinessTemplateName>

J
Jane 11/17/2008

Bill,
this error means that there are more then one projetc file in the directory.

You need to place each project in separate directory.

bbarker author 11/30/2008

That fixed it... Thanks..
For anyone else...
I saved a copy of my "project.phpr" file as "project-old.phpr" so that I'd have a backup.
Then after the next build, I had two phpr files in the folder, since it created a new "project.phpr" file.
That was causing the error message --- two phpr files.