|
Thanks a lot for your reply.
The problem is that I call some methods from different threads.
I probably solved my problem using a VB.NET "Mutex" class to syncronize different threads.
In your opinion, would it be a solution declare MapPoint variable as "Shared"?
Thanks a lot again
Matteo |