Async strange behaviour

  • Thread starter Thread starter adh
  • Start date Start date
A

adh

I am reading a part of my data using an Asyn call and for some starnge
reason it comes back again (twice!! per call) to the line:
Result=Deleg.BeginInvoke(ar)
The 2'nd time mixes things up (result is empty) and I get the exeption:
---------------------------
RefreshData_Complete
---------------------------
Async Exeption: EndInvoke can only be called once for each asynchronous
operation.
---------------------------
OK
---------------------------
I follow the help & demo's step by step and cann't see any reason for
dis misbehaviour.
VB.NET 2003

Thanks, adh
 
OK, Sorry about that.
Problem (Bug) was 20 Miles away from there. It just jumped there again
bcs the Try/Catch.
(Took me 2 days..........)

Thanks to all who intended to help me (next time...),
adh
 

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

Back
Top