Most common reason for CF app to freeze is updating UI from another thread.
If you're using additional threads, make sure Control.Invoke() is in place
to update UI from these threads.
Note threads might be created indirectly if you're using asynchronous
methods, like Begin*.
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Thread-Topic: .NETCF and App Freezes
thread-index: AcU8lUMt4ETKfbVvTwmOB9to4bVJZw==
X-WBNR-Posting-Host: 24.21.97.212
From: "=?Utf-8?B?TWlrZQ==?=" <
[email protected]>
Subject: .NETCF and App Freezes
Date: Fri, 8 Apr 2005 16:47:02 -0700
Lines: 8
Message-ID: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.dotnet.framework.compactframework
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.compactframework:26620
X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
Is it possible, that if I have an application that locks up occasionally,
that it has nothing to do with my programming? In other words, are
lockups
or freezes just part of using the Pocket PC's and the .NETCF or is it
most
likely related to programming mistakes?
Thanks
Mike