Re: Non Responsive Application after update comple - WeOnlyDo Discussion board

Re: Non Responsive Application after update comple (General questions)

by wodDamir, Thursday, April 03, 2008, 12:50 (6078 days ago) @ Rik Arpino

Rik,

I've just noticed. You're invoking methods from inside events, although you're using Blocking mode. This isn't allowed, and I'm pretty sure that this is why the issue is occuring.

You shouldn't make calls to blocking methods from inside Events. Blocking mode is made in order to be able to use the component in, usually, scripting environments (such as ASP) where you are unable to use Events.

Can you try using the component in non-blocking mode? You can check out the sample available in the samples folder.

Regards,
Damba


Complete thread: