P
Prasad Dannani
HI,
I am a C#.NET Developer.
I created a windows application which is taking too much memory. But my code
is calling dispose methods of all objects and assigning null them.
I don't know why is it happening After that i tried the GC methods it worked
for me in the first instance but from the next time onwards its not working.
I don't why.
Can any one help on how to clear the memory immediately after completely
using of an object.
Thanks in Advance
Prasad Dannani
I am a C#.NET Developer.
I created a windows application which is taking too much memory. But my code
is calling dispose methods of all objects and assigning null them.
I don't know why is it happening After that i tried the GC methods it worked
for me in the first instance but from the next time onwards its not working.
I don't why.
Can any one help on how to clear the memory immediately after completely
using of an object.
Thanks in Advance
Prasad Dannani