> Hello Emmanuel,
> Thats not a memory leak. Thats just the dataset consuming memory :).
[quoted text clipped - 61 lines]
>>
>> Any suggestions ?
i can`t even inmagine how to make a memory leak with VB.net as the GC
should take care of it ( then it would be a bug in the framework )
Dilip Krishnan - 08 Feb 2005 01:49 GMT
Hello M.Posseth,
It is possible :) if you write code that makes you're object appear referenced
all the time.. sure the GC would never collect it and it will remain in memory
forever and ever :)
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
>> Hello Emmanuel,
>> Thats not a memory leak. Thats just the dataset consuming memory :).
[quoted text clipped - 61 lines]
> i can`t even inmagine how to make a memory leak with VB.net as the GC
> should take care of it ( then it would be a bug in the framework )