Unhandled Exception: About Object
MattMoradi opened this issue · 4 comments
MattMoradi commented
- Cannot access a disposed object.
- Object name: 'About'
Whenever the 'About' (F1) option is selected from the Help menu, closed, and then reselected, the following unhandled exception occurs. Perhaps the object is being disposed from memory for some reason or maybe we just need to add exception handling.
hudson1740 commented
attempted to correct with try catch statement ,,, failed
MattMoradi commented
This actually occurs for both items on the Help menu, inducing the "Credits" object.
hudson1740 commented
seems like it only occurs when doing a show another form
hudson1740 commented
issue has been fixed