Author Topic: Error "The project file does not exist"  (Read 2616 times)

Offline Evan

  • Multiple posting newcomer
  • *
  • Posts: 22
Error "The project file does not exist"
« on: August 21, 2023, 11:19:43 am »
I have a small C project with just a main.c, which I want to open, while I have another C project opened before hand.

I found a thread, that addressed a similar problem, where a teacher was guided to go to  "Settings->Environment->General settings->Untick Allow only one running instance".

If I do that, the error disappears and I got a waiting hour glass for a little time when clicking on the cbp file and and noting visible happens.

Anyone who can help?

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1557
Re: Error "The project file does not exist"
« Reply #1 on: August 21, 2023, 04:18:06 pm »
You can open two projects in the same workspace or two C::B with one project, but do not double click on the cbp file, use File->Open. There is a ticket about this.

Offline Evan

  • Multiple posting newcomer
  • *
  • Posts: 22
Re: Error "The project file does not exist"
« Reply #2 on: August 24, 2023, 10:28:13 am »
Thanks, I'll try to look into this.