Memory problem under Windows CE .NET

G

Guest

Hi,

I have written a C# program under a Windows CE .NET PDA but when I'm using
it for a long time, I have a memory problem : not enough "program memory" is
allocated, please increase the quantity of memory. This information is
displayed in a messagebox but I can't get focus on the messagebox.

If I look the memory allocated on the PDA, I can see that the maximum of
"program memory" is allocated.

The only solution I have is to make a cold boot of the PDA.
There is probably another solution ?

Thanks in advance for any answer.
 
G

Guest

These aren't rocket science type solutions, but these are a few things we had
to do using the new memory allocation limits on the 5.0 devices. Are you
using a database stored on the PDA too? Try switching your database to a
storage card. Also, if you have a lot of forms that cause other forms to
load, make sure you close those that you are finished with so they don't stay
in memory.
 
G

Guest

Thanks.
But in fact, I think the problem was due to a component (ComObject) I used
in my application, because if I don't use it, the memory problems disappear.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top