
However, doing this didn't seem to change all filenames and folders accordingly.
* From within Ranorex, it shows the project name correctly as NEWNAME , and also the rxrep file as NEWNAME.rxrep.
* However, the folder structure for that project still shows OLDNAME (seen from Windows Explorer or SVN).
* When looking at the files in the project folder from Windows Explorer, I see the following files with the OLD project name:
-- rxrep (even though it shows as the new project from within Ranorex)
-- rxsln
-- sln
* In the /bin/Debug directory for the project folder, the exe file for the project shows the NEW project filename.
It doesn’t cause any build issues, and also no issues when running the scripts. But of course this messes up our scheduled runs, because it expects the project folder and exe files to contain the same project name.
How do I fix this without messing up the project?
Thank you!