My project will no longer run, and there’s no ability to delete the duplicate Session object. There’s no “Delete” option on the context menu for it, and “Cut” does nothing.
Going back to a previous version would mean throwing away a day’s worth of work. Doable but not ideal.
I tried removing it via a “Xojo Project,” which appears to be a text file, but I must have removed something else important because now the one I modified won’t open at all. Will try playing around with the XML format.
It converts it from a Session element that can’t be deleted to an external component that can be deleted.
The steps don’t say “delete the actual file” but the reference in the project. After that you can save it and open it as usual (without it complaining). No?
FWIW, my assumption was the same as Greg’s but I understood Jürg’s instructions the way Alberto described. Merely curious, but would like to know what the actual process is.
@AlbertoD is correct, the reference to the external file is what you delete, then you can delete the external file and then the project opens without complaining.
@Beatrix_Willius’s solution would also work, if you are able to remove the markup for the duplicate Session object without deleting something else important. I tried to do this with the xojo_code format and failed, my next step was going to try a xojo_xml_project with an XML editor, but @Jürg_Otter posted his solution before I got to it.