Home All Groups Group Topic Archive Search About

application error AFTER the last end sub !!!

Author
15 Apr 2005 12:46 PM
Will
Here is the big picture.

My whole application is contained in a class.
In a module, I create an instance of the main class, call its run
method, then destroys everything.

Everything works with no crash.

Although, I get an application error (memory could not be read...) after
the "end sub" of the main sub in the main module.

Do you know how I can figure out what is wrong ?

Thanks for your hints,
Will

Author
15 Apr 2005 2:08 PM
Chris Murphy via DotNetMonster.com
Go to Debug in the main menu and go to Exceptions and select under the
groupbox "When Excecption Is Thrown", select "Break into the debugger."
There might be some code that's still executing or code that is still
active somewhere else in your application.

--
Message posted via http://www.dotnetmonster.com