Hi all,
I see there are a lot of question about it ...but no way to solve this problem....
In code like :
using (Dataset ds = new dataset())
{
.........some ds stuff................
}

even if
ds.dispose()
or
ds=null
or
GC.Collect()
the memory is not released.

Many thanks