This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Issue when renaming project file

If I rename a project file (say: test.uv2) to a different name (say: test.ct.uv2), KEIL still refers to the old project file. However, I could not observe any occurrence in the content of the new project file.
This turns to a problem if I for example use the "find in files" feature in uVision3. Once I press OK, a dialog box shows up saying that it "Cannot write project file test.uv2", even though I am already using the new project file name.
Therefore my question: How to remove all the dependencies which refer to the old project file name?

Parents
  • I'm using V3.51 and cannot observe that behaviour. I successfully renamed a project and applied "find in files" without problems. As far as I know, there is only one reference to the project name in the project file: The default name for the output file is the project name.

Reply
  • I'm using V3.51 and cannot observe that behaviour. I successfully renamed a project and applied "find in files" without problems. As far as I know, there is only one reference to the project name in the project file: The default name for the output file is the project name.

Children