we currently have an application that runs perfectly well until 1 day the users started getting error message stating that .exe has stopped working. when we tried replicating the error, we observed that it is in random. you can do saving again and again but after a few tries you will get the same error again.
i tried optimizing, regenerating even tried rebuilding the whole application but the problem still persists.
can somebody point me whats causing this insane issue. its getting me crazy..
Thanks in advance
Without seeing the code it is difficult to guide you. But such errors usually occur because the process uses too much memory and windows kills it. Try to check the code so that CREATE statements are not executed within a loop. Execute the DESTROY statements when you no longer use an object. If you still can't solve it, you can run the garbage collector with: