G
gc
I am developing a C# application for pocket pc (ipaq 4700) SP3
For all the forms that the app uses, I use showdialog() and then I
close and I dispose them.
For all the classes that I am using I have descructors and I dispose
the SqlCeDataAdapter and the SqlCeCommands
I also call Dispose() for every object that support it.
Unfortunatelly after when I am using the application for about an hour
I am running out of memory.
when the application exits I have back all the memory.
Is something that I'am missing?
Is something that I must add before "base.Dispose( disposing );" on
every "protected override void Dispose( bool disposing )" form method?
For all the forms that the app uses, I use showdialog() and then I
close and I dispose them.
For all the classes that I am using I have descructors and I dispose
the SqlCeDataAdapter and the SqlCeCommands
I also call Dispose() for every object that support it.
Unfortunatelly after when I am using the application for about an hour
I am running out of memory.
when the application exits I have back all the memory.
Is something that I'am missing?
Is something that I must add before "base.Dispose( disposing );" on
every "protected override void Dispose( bool disposing )" form method?