G
Guest
I have an Windows form app which receives data asynchronously thru an
external app. The events are handled by some event handler code which locks
the dataset table that the data is being placed in while the event is being
handled. The table being updated is bound to a datagrid. The app crashes
after a random amount of time. The error is only trapped at the application
level and seems to have sometime to do with the datagrid. When I remove the
binding to the datagrid no crash occurs. Can someone provide an explanation
and/or point me towards a design or reference for handling this situation?
external app. The events are handled by some event handler code which locks
the dataset table that the data is being placed in while the event is being
handled. The table being updated is bound to a datagrid. The app crashes
after a random amount of time. The error is only trapped at the application
level and seems to have sometime to do with the datagrid. When I remove the
binding to the datagrid no crash occurs. Can someone provide an explanation
and/or point me towards a design or reference for handling this situation?