473,320 Members | 1,948 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Memory Leak detecting tool in .net framework

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
Nov 22 '05 #1
6 6744
Hi,

You can try our .NET Memory Profiler, it is designed to locate memory leaks
in .NET applications.

You can download a 30 day trial at: http://www.scitech.se/memprofiler

Best regards,

Andreas Suurkuusk
SciTech Software AB

"barkha shah" <ba*****@momentum-tech.com> skrev i meddelandet
news:%2****************@TK2MSFTNGP10.phx.gbl...
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

Nov 22 '05 #2
Hi,

You can try our .NET Memory Profiler, it is designed to locate memory leaks
in .NET applications.

You can download a 30 day trial at: http://www.scitech.se/memprofiler

Best regards,

Andreas Suurkuusk
SciTech Software AB

"barkha shah" <ba*****@momentum-tech.com> skrev i meddelandet
news:%2****************@TK2MSFTNGP10.phx.gbl...
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

Nov 22 '05 #3
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
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 22 '05 #4
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
"barkha shah" <ba*****@momentum-tech.com> skrev i meddelandet
news:Ow*************@tk2msftngp13.phx.gbl...
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
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 22 '05 #5
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
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 22 '05 #6
Hi,

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

/Andreas

"barkha shah" <ba*****@momentum-tech.com> skrev i meddelandet
news:%2******************@TK2MSFTNGP11.phx.gbl...
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
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 22 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: barkha shah | last post by:
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
3
by: ianstirkcv | last post by:
Hello, I wonder if you can please help… We are running a web application built using .net framework version 1.0, service pack 2, running on Windows 2000 server, service pack 3. The server has...
7
by: Xing | last post by:
Hi all I am not an ASP developer but I am in a support case for our customer who's experiencing resource problems that seems to be ASP.NET related. Basically our app is built on .NET Framework 1.1...
2
by: Dips | last post by:
Hello All, Does any of you know of any tool in the market to identify which Process/Software is leaking memory. The PDA is Samsung 730 , Pocket PC 2003 OS. The Device does not leak any memory if...
8
by: vidya.bhagwath | last post by:
Hello Experts, I am using std::string object as a member variable in one of the my class. The same class member function operates on the std::string object and it appends some string to that...
4
by: p1r0 | last post by:
Hi I was wondering if any of you could recommend me a good tool for testing for memry leaks under Windows and/or Linux Thanks in advance p1r0
3
by: Jim Land | last post by:
Jack Slocum claims here http://www.jackslocum.com/yui/2006/10/02/3-easy-steps-to-avoid-javascript- memory-leaks/ that "almost every site you visit that uses JavaScript is leaking memory". ...
4
by: Diego Martins | last post by:
Hi all! I am doing a crude investigation of memory leaks in objects created by external libraries. Since I don't have access to the source code, I can't tell if an object are freeing its resources...
20
by: gNash | last post by:
Hi all, void main() { char *fp; fp=malloc(26); strcpy(fp,"ABCDEFGHIJKLMNOPQRSTUVWXYZ"); fp='\0'; free(fp); }
22
by: Peter | last post by:
I am using VS2008. I have a Windows Service application which creates Crystal Reports. This is a multi theaded application which can run several reports at one time. My problem - there is a...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.