IDE History Question

Wayne, you are right. I can have any number of desktop apps open and they all run. And so will a web project. But if I open a web project, I can’t run desktop. Good to know. Thanks

When you say “wont run” what do you mean exactly? Is there an error message? Does it fail after the compilation step or before it? I’m betting it’s a compiled name issue as well. I do this all the time, have 2 apps running right now to debug the conversation between them and do not have a problem.

It fails after compilation. You can run any number of desktop apps at the “same time”, but you can only run one web app at a time (the first one you open/run). At least that’s what I’m getting.

make sure they are all using different ports
once one is running the next will fail to be able to connect to the port if you dont alter that setting

Okay, that makes sense. Thanks

Its a window & linux bug, I made a ticket about it.

<https://xojo.com/issue/55589>

Great