I have strange issue with my .net 2.0 windows
application. The application shows an empty error messagebox sometimes
(gridrow double click in a datagridview, tab click and in some cases
even on application launch). However this only happens with some
deployments and gets corrected (no code changes) in the subsequent
deployments.
It will be of great help if anyone can help me in resolving this issue.
Warm Regards,Krishna
Scott LyslePosted Apr 3, 2008, 1:07 PM
Krishna:
I sounds like to you have some event handler associated with the cell leave event that could end up throwing up a empty message box. If you have a CellLeave event handler, step through it if you can reproduce the error and see what it might be doing.