G
Guest
I have an Windows form app which receives data thru an external app. An
event is raised in my app, some event handler code takes the data an puts it
into a dataset. The dataset is bound to a datagrid. The apps runs for a
short random period of time and then crashes. The error seems to be related
to a threading issue and the datagrid. When I remove the datagrid binding
everything works. My question is: can someone provide a reference to a
discussion on a programmming approach for dealing with this topic?
event is raised in my app, some event handler code takes the data an puts it
into a dataset. The dataset is bound to a datagrid. The apps runs for a
short random period of time and then crashes. The error seems to be related
to a threading issue and the datagrid. When I remove the datagrid binding
everything works. My question is: can someone provide a reference to a
discussion on a programmming approach for dealing with this topic?