473,549 Members | 2,982 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 6759
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*****@moment um-tech.com> skrev i meddelandet
news:%2******** ********@TK2MSF TNGP10.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*****@moment um-tech.com> skrev i meddelandet
news:%2******** ********@TK2MSF TNGP10.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*****@moment um-tech.com> skrev i meddelandet
news:Ow******** *****@tk2msftng p13.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*****@moment um-tech.com> skrev i meddelandet
news:%2******** **********@TK2M SFTNGP11.phx.gb l...
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
2934
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
5763
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 1 gigabytes of RAM. We are using Perfmon to monitor memory usage of aspnet_wp.exe, CPU usage, and % time in the Garbage Collector.
7
1502
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 and provides reporting Web UI. The problem is, when our customer schedules a reporting job, the memory usage by aspnet_wp.exe just start to jump in...
2
2253
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 we have just the .Net Compact Framework and the Application installed. As soon as we install Netmotion, Avalanche etc the device starts to leak...
8
8306
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 object. My sample code is as follows. ..h file content---------- #include <stdio.h>
4
2871
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
5296
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". Anybody know anything about this? Does *Javascript* leak memeory, or does the *browser* leak memory?
4
1651
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 properly during destruction. For now, I need a portable function that can tell me the available free store memory. With that, I can do things...
20
1779
by: gNash | last post by:
Hi all, void main() { char *fp; fp=malloc(26); strcpy(fp,"ABCDEFGHIJKLMNOPQRSTUVWXYZ"); fp='\0'; free(fp); }
22
9313
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 memory leak someplace. I can not detect the memory leak by running several reports by hand, but when I run tha app as a servrice and process few...
0
7446
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7715
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7469
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6040
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5368
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3498
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3480
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1935
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
757
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.