G
Guest
Hi Folks,
I am trying to write a Windows-CE application under Visual Basic.NET
[2003]. This application should run 24 h a day and despite some minor
errors in vb.NET there is one big problem left:
I have a form for IO-Testing of my Serial Output, which contains a lot
of controls and some calculating. As far, there is nothing wrong, but if
this form runs several hours, the application crashes spontaneously
with an OutOfMemoryExeption - although nearly half of my memory is
unused. Meanwhile I am really convinved, that this one is not a memory
leak in my form or communication class, because the program´s allocated
Memory is nearly const and at some speacial point it just crashes,
without any obvious reason.
So is it possible that there is an error in the memory handling of the
microsoft compact framework? And more important, are there any fixes?
Regards, Peter
I am trying to write a Windows-CE application under Visual Basic.NET
[2003]. This application should run 24 h a day and despite some minor
errors in vb.NET there is one big problem left:
I have a form for IO-Testing of my Serial Output, which contains a lot
of controls and some calculating. As far, there is nothing wrong, but if
this form runs several hours, the application crashes spontaneously
with an OutOfMemoryExeption - although nearly half of my memory is
unused. Meanwhile I am really convinved, that this one is not a memory
leak in my form or communication class, because the program´s allocated
Memory is nearly const and at some speacial point it just crashes,
without any obvious reason.
So is it possible that there is an error in the memory handling of the
microsoft compact framework? And more important, are there any fixes?
Regards, Peter