I have an application in which I am trying to work some bugs out of. I have started out by using the .NET Profiler in order to try and track down some memory problems. That is somewhat working as I have found the cause of a few and still have quite a few to go. Another problem is that while my application is running and I am opening and closing windows, my handle count(viewable through the task manager) continuously goes up and never comes down. I ran Handle by SysInternals and determined that it looks like the handles that keep going up and never coming back down are Mutant handles(I guess this means mutex handles). How can I track down this problem and what to do about it. This is a C# windows application.
Thanks,
Kendal
Thanks,
Kendal