G
Guest
Hi
Im close to completing (so i think i am) my COMPLEX .Net CF app written in VB.NET
I need to know how to examine my app to find bottleneck because I think my app is LEAKING memory. Are there any tools
Im using ArrayLists, 20 different custom classes (with simple data members like ints, chars, etc), writing to files, an adapted version of the picture button from gotdotnet, SQLServer CE, and reusing 2 Threads from the ThreadPool.
So the memory could be leaking from anywhere. Any areas you suggest I inspect
Thanks Guys.
Im close to completing (so i think i am) my COMPLEX .Net CF app written in VB.NET
I need to know how to examine my app to find bottleneck because I think my app is LEAKING memory. Are there any tools
Im using ArrayLists, 20 different custom classes (with simple data members like ints, chars, etc), writing to files, an adapted version of the picture button from gotdotnet, SQLServer CE, and reusing 2 Threads from the ThreadPool.
So the memory could be leaking from anywhere. Any areas you suggest I inspect
Thanks Guys.