vs2010 error when ending program

fredyciang

Member
Joined
Dec 28, 2011
Messages
6
Programming Experience
1-3
help. i got this error sometimes when closing program. i use visual studio 2010. and im developing winform program.


Thank you
 

Attachments

  • 6632752309_cb53e37140_b.jpg
    6632752309_cb53e37140_b.jpg
    55.7 KB · Views: 27
Can you show some code about what you are doing before closing the form? Try wrapping that code in a Try...End Try and catch the exception in a MsgBox.
 
Back
Top