Asynchronous event handling datagrid question

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?
 
C

Cor Ligthert

Bob,

When it is threading, I would ask this question in a language newsgroup.
microsoft.public.dotnet.languages.vb (or Csharp or VC) for J# it is without
the "languages".

And as hint, start than with telling about threading, than you get earlier
an answer than when you start with raising an event in a dataset.

I hope this helps,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top