M
Merlin
Hi,
Can anyone please advise me on how to overcome memory issues/slow up's with
VB.NET.
My Application in the design environment starts of fine but as the day
progresses it all starts grinding to a halt, it's as if the GC doesn't
bother to do it job and then later has so much collection to do it stops me
working, as were both fighting for CPU time.
I've noted a few acticles on Dispose(), will this solve my issues, and if so
where do I run it in VB.Net (at form closed event)? Any other Good Practice
suggestions?
Thanks
Can anyone please advise me on how to overcome memory issues/slow up's with
VB.NET.
My Application in the design environment starts of fine but as the day
progresses it all starts grinding to a halt, it's as if the GC doesn't
bother to do it job and then later has so much collection to do it stops me
working, as were both fighting for CPU time.
I've noted a few acticles on Dispose(), will this solve my issues, and if so
where do I run it in VB.Net (at form closed event)? Any other Good Practice
suggestions?
Thanks