My VB program contains several forms, modules and reports. It works fine in IDE and when compiled. However at times while I was edting my codes, the IDE would exit mysteriously without warning or an error message. Sudden termination would also occur at times when I was running the program in IDE. I used “at imes” as I couldn’t pinpoint the exact location or moment when the program exited without warning.
There were times when I minimized the VB IDE with the program loaded and started a new application, the minimized VB IDE would terminate too by itself.
However executing my program in compiled EXE form, the above doesn’t occur.
Does it indicate a memory problem? Does the VB IDE has a limit on size of program codes (number of forms, modules, and third-party report DLL, etc) and the code size loaded?
Please help.