C
CJ Taylor
Ok... someone help me understand this...
Now I've been reading a couple articles on the GC in .NET and wondering why
my application is sucking up memory, I release the resources (even call
..Dispose on objects to make sure) and it wouldn't release the memory...
However, if you minimize the window (applicaiton or Visual Studio) it seems
to invoke the GC and memory is freed.
Is anyone else experiencing this? Does this mean when my app is running low
on memory I am to inform my users to "minimize and maximize"?
Any advice would be greatly appreciated, as this does seem.... I dunno...
dumb?
-CJ
Now I've been reading a couple articles on the GC in .NET and wondering why
my application is sucking up memory, I release the resources (even call
..Dispose on objects to make sure) and it wouldn't release the memory...
However, if you minimize the window (applicaiton or Visual Studio) it seems
to invoke the GC and memory is freed.
Is anyone else experiencing this? Does this mean when my app is running low
on memory I am to inform my users to "minimize and maximize"?
Any advice would be greatly appreciated, as this does seem.... I dunno...
dumb?
-CJ