Tagged Questions
The red-gate-ants tag has no wiki summary.
17
votes
6answers
17k views
W3WP.EXE using 100% CPU - where to start?
An ASP.NET web app running on IIS6 periodically shoots the CPU up to 100%. It's the W3WP that's responsible for nearly all CPU usage during these episodes. The CPU stays pinned at 100% anywhere from a ...
9
votes
1answer
364 views
Is it possible to profile memory usage of unit tests?
I'm looking at building some unit tests to ascertain if resources are leaking (or not) using the unit testing framework that comes with Visual Studio.
At present, I'm evaluating the latest version of ...
7
votes
3answers
394 views
ANTS Profiler: Change the default browser?
I cannot find this information anywhere.
Within Visual Studio I'm using the ANTS Profiler add-on. It always launches IE. My default browser is Firefox. I cannot find a setting anywhere where I can ...
6
votes
4answers
6k views
Unregistered event handlers cause memory leak
I'm maintaining a web application that has a memory leak.
Based on my investigation using Red Gate ANTS memory profiler I'm pretty sure that the memory leak is caused by event handlers in the ...
5
votes
4answers
1k views
Silverlight Memory Leaks
We have a rather large silverlight 4 application. We are in the process of finding memory leaks in the application and this has turned into a daunting task.
Things have changed completely with this ...
3
votes
1answer
196 views
ANTS Memory Profiler - Which memory should I be looking at?
I have a memory issue on my websites and am trying to get to the bottom of it. I have downloaded the 14 day trial of ANTS Memory Profiler and have been playing with it to get a grip of what it's ...
1
vote
1answer
85 views
ASP.NET WebApp Performance issues: How to resolve?
I've been trying to identify some performance issues with our ASP.NET Web application. It's an online application, used by multiple users(10+). Just a quick overview: The applcation uses a combination ...
0
votes
1answer
19 views
ANTS Profiler for app that has NInject reference giving “Operation could destabilize the runtime”
I am trying to profile an application which uses Ninject. I am using ANTS profiler and when it hits the line
StandardKernel kernel = new StandardKernel();
the profiler is giving me the an error ...
0
votes
0answers
50 views
I have a lot of unused memory allocated to .net
running ANTS memory profiler I see that I have a lot of unused memory allocated to .net.
How do I determine what is causing this?
I have put a screenshot of the summary report generated by ANTS ...
0
votes
0answers
71 views
Heap memory keeps increasing
When starting the application, the application consumes slowly more and more memory. I am trying to figure out why this is happening and haven't been very successful yet.
Our WPF client gets the data ...
0
votes
1answer
170 views
Redgate ANTS Performance Profiler 6.3 gives error: Failed to connect to target process because an exception occurred, “Could not start IIS”
Just downloaded a 14 day trial of "ANTS Performance Profiler 6.3" to check performance on my web application. Here are my configuration settings after beginning a new session (via the File menu). ...
0
votes
1answer
133 views
ANTS Profiler: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
I'm getting the error below during the "summarizing results" after stopping profiling a w3wp.exe process. Any ideas? Thanks in advance.
The system cannot find the file specified. (Exception from ...
0
votes
2answers
127 views
How can I optimize the performance of my application based on a profile?
I have profiled my application and found out that not my functions are causing the delay i see but the winform functions- how can i correct this, for explantion see this:
and this is the result of ...
0
votes
3answers
249 views
Can you use ANTS Performance Profiler to profile an application hitting SQL Server Express editions?
I want to know if it's possible to profile my web application when it's hitting a database on a SQL Server Express server with ANTS profiler.
Out of the box, I'm not able to. It's complaining about:
...
0
votes
1answer
156 views
Memory leak. ManagementBaseObject stays as GC Root, but never cleaned up
I am using ANTS Memory Profiler to try and determine why my application's memory usage is continuing to grow.
I run the application and take various snapshots over time. I can see that the live ...
0
votes
1answer
171 views
How to use Red Gate Ants Profiler on the Command Line
I am trying to use Redgate Ants memory profiler with the command line. I have seen the redgate page on the command line but did not find it very informative. Does anyone have a more detailed ...
0
votes
2answers
274 views
Red Gate Profiler equivalent for Objective-C Mac / iPhone
I love the profiling tools that Red Gate makes for when I write in C#. Right now I am writing an application for iPhone in Objective-C and I am having a hard time adjusting to Instruments. It's just ...