Memory Leak detecting tool in .net framework

  • Thread starter Thread starter barkha shah
  • Start date Start date
B

barkha shah

Hi ,
Can any one please suggest me the memory Leak detecting tool in Visual
Studio.Net 2003 Release version Framework.
Can I use Numega Bounds checker for this.
Thanks and Regards.
barkha
 
Hi ,
I have downloaded the trial version but to no avail. Documentation on
profiling the application is so poorly written.What is the kind of
application that is need to be profiled. I want to do memory checking of
the ISAPI Filter dll which runs under the IIS process space. Now do I
Have to profile the running dll or what??
Above all i also tried profiling the IIS ADMIN service and it seems to
me that the application is not doing anything.
"Waiting for profile process to start" is the message which remain
displayed for 4/5 hrs and nothing happened.

Waiting for your reply.
Barkha Shah
 
Hi,

Do you have an ISAPI Filter dll written in managed code? Our .NET Memory
Profiler only works with managed .NET processes, which I assumed you were
working with since you mention .net framework in your subject. Anyway, to
perform profiling associated with IIS you should try to profile ASP.NET.

/Andreas
 
Hi andreas,
I am using visual studio.net -VC++ only as a compiler and my
application (dll)is written in C++ using Win32, MFC, ATL
In a way my application is not written in Managed C++ and is using .net
only for IDE purpose. So I dont think I have a need to profile ASP.net.
Would this tool help me out in detecting memory leak for such
applications.
Thanks and regds,

Barkha Shah
 
Hi,

Since your application is not a managed application, you cannot use our
profiler to locate memory leaks.

/Andreas
 
Back
Top