Re: Application freezes CF 1.1 Win CE4.2 any ideas



<ctacke/> wrote:
1. There is no CF 1.0 - it's CF 1.0 or 2.0. I'll assume you're using 1.0
2. The most likely cause is you're affecting some UI element from a worker
thread. You must use Control.Invoke for this. To debug I'd run the app
against CF 2.0SP1 in compatibility mode. CF 2.0 throws lots more exceptions
than 1.0 did, so it's likely to tell you exactly where the error is.

Andrew, Chris is right, I see people having this problem a lot. I am
chiming in because I can tell you specifically about the /n software
FTP component: assuming you are working with the latest, you do not
need to use an invoke inside the FTP component events, the component
will handle that automatically (the same is not true for all the
ipworks components).

Lance Robinson

.