I was offered a Windows Mobile application written in .Net CF 3.5, and one of the problems is storage.
The message "Insufficient memory is available to complete this operation" appeared several times - it was registered in the SQL CE database and always occurs during data access (but not to the same data access bit).
What I'm a bit confused about is whether this relates to program memory (e.g. RAM) or storage device (e..g persistent storage). It would seem that this is memory, but the devices seem to have a lot of free space. Although there are some OutOfMemoryExceptions, they seem completely unrelated to this problem (in that this happens at another time due to an image problem).
We use SQL CE 3.5 with one connection, which is saved with the application on the device (as opposed to a memory card). This is a Motorola MC75 device running Windows Mobile 6.1.
Any thoughts?
source share