Lawrence Teo wrote:
Hi all,
Mono 2.0 is really a great software. My Windows Form application runs without any problem, except I can't move it around.
Once I move the Windows Form application while it is running background calculation with progress bar showing the progress in the front, the Windows Form application will freeze forever.
I don't have the freezing if moving problem if the Windows Form application is idle and does do anything.
Anyone observes the similar problem?
Any suggestion?
Thanks
I might have come across the same problem, in my case I (on the windows plattform, trying to port it to mono) show a splashscreen och process some data in a separate thread, the system hangs with this call-stack when invoking (from the processing thread to splash-thread) a set text method to the splashscreen form:
Control.EndInvoke
AsyncMethodResult.EndInvoke
ManualResetEvent.WaitOne <------ this one never ends and my app. hangs