What exactly are you doing? Anything special?
No, the project stays open on my own virtual server and I continue from where we left off.
I get this error and get the error "B4A Not Responding" when I process the project and do many compilations.
Then I get a "System Memory Exception" error in the compilation messages.
I think these could be piling up somewhere and causing swelling. This is how we solve it.
vb.net or c# project
garbercollection we can solve it with
gc.collect in thread
this is a solution suggestion.
added... (
In addition, it was compiling a fairly long time before encountering this error. (15 seconds)
I noticed that when I restarted the project, my compiling speed increased. (5-6seconds)
)