I have a legacy vb6 app that crashes on exit - both as an executable and in the IDE. How can I avoid the crash?
form_unload, releasing all the ADODB RecordSets, setting all the boundcollections = nothing. SetErrorMode SEM_NOGPFAULTERRORBOX in the form_terminate event and that has not stopped the error from occurring.