|
-
August 29th, 2009, 04:30 AM
#1
Why my dataset doesn't release memory!!
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|