F
franck
Hello everybody,
I've a memory management problem. We wrote a c# application that uses an sql
ce database with a lot of datasets and uses MS merge replication.
The problem is that during the use of the application the memory in use wil
grow and will never become lower, until the application crashes saying 'out
of mémory'.
Ive tried the Compact framework RPM but I don't find anything. I'tried
"using" keewords, manual disposing of my datasets and GC.collect() method.
Nothing will help me.
I've seen on the web that there is a bug in memory management when using
user control. I've tried to dispose them ma manually, but nothing seems to
work
Does anybody have an idea ?
I've a memory management problem. We wrote a c# application that uses an sql
ce database with a lot of datasets and uses MS merge replication.
The problem is that during the use of the application the memory in use wil
grow and will never become lower, until the application crashes saying 'out
of mémory'.
Ive tried the Compact framework RPM but I don't find anything. I'tried
"using" keewords, manual disposing of my datasets and GC.collect() method.
Nothing will help me.
I've seen on the web that there is a bug in memory management when using
user control. I've tried to dispose them ma manually, but nothing seems to
work
Does anybody have an idea ?