The red-gate-ants tag has no wiki summary.
1
vote
1answer
22 views
ASP.NET Performance issue in System.Web.Hosting namespace
I'm using RedGate ANTS to troubleshoot performance problems in an ASP.NET 3.5 WebForms app. When clicking in very small pages sometimes, it takes up to 15 seconds to load. These are pages without any ...
0
votes
0answers
79 views
Advantages of ANTS performance profiler over the Visual Studio 2010 Ultimate profiler [closed]
Are there any advantages of the ANTS performance profiler over the Visual Studio 2010 Ultimate profiler? If there are, what are they, specifically? From my limited testing, I can't see anything ...
1
vote
3answers
114 views
Unmanaged Heap Size of .net application
I'm currently trying to do memory analysis on a C# project I am working on to determine if there any leaks since this application needs to have as close to 100% up-time as possible. I started using ...
4
votes
1answer
64 views
High % of memory is consumed by unmanaged resources in .NET application
I have a website which executes simple MDX queries and produce output. This output is used to generate excel file. I used ANTS profiler and came to know that large amount of memory is consumed by ...
0
votes
2answers
40 views
Understanding graph generate by ANTS profiler
I am profiling memory usgae in my application using ANTS profiler and it shows that large amount of memory is held up in generation 2 by Excell cell object. Application is using EPPlus library to ...
0
votes
0answers
102 views
High memory usage when file generated using EPPLus library
HI All,
Using ANTS memory profiler, I noticed that in a process of creating Excel file using EPPLUS(3.5 MB) on IIS, a lot more memory (150MB) is added to IIS Worker Process (w3wp.exe). The memory ...
0
votes
1answer
28 views
What are these DebugManager and WinIOErrors inside the Workflow invoke method?
I'm running the ANTS Performance Profiler in my windows service to optimize it. So I found out that the execution of one of my workflow is about 436 milliseconds. I drilled down each methods being ...
0
votes
0answers
78 views
nunit large project integration tests, out of memory exception
I'm using nunit for running integration tests (which each test interacts with the database via nhibernate) for a large project with 600+ tests. problem is after 10-15 minutes minutes nunit throws out ...
1
vote
1answer
145 views
Disposing WPF User Control & Memory Management
I have created a custom data grid control inherited from wpf data grid control in WPF.
So when user query the database several hundred records return with fifteen to twenty columns each.
I was ...
0
votes
1answer
121 views
Unable to resolve memory leaks with ANTS RedGate Memory Profiler
we are developing a WPF application using Prism 4 and are experiencing serious memory leaks because of resources not being released. We are using ANTS Memory Profiler to detect which classes are ...
2
votes
4answers
224 views
Garbage Collection for List Objects
I would like to ask what is the efficiency way the clean and dispose the object collected in the List (Of Object)?
Is that by calling the List.Clear() method will automatic clean all the object ...
0
votes
1answer
74 views
Identifying the bottleneck in performance with help from ANTs profiler info
This code is running quite slowly:
public static class DB
{
readonly static InlineSql sql = new InlineSql();
public static IEnumerable<LabItem> ...
0
votes
1answer
55 views
How to profile a web application with Attach to a Net 4 Process option using ANTS Profiler?
Can anyone tell me how to use the Attach to a Net 4 process option in ANTS Profiler for a web application? I can see it is available for console application(.exe) but not for web applciation. Pls help
...
0
votes
1answer
46 views
Is ANTS Performance Profile able to track AJAX calls in an web application?
I have a web application where I use simple AJAX calls using jQuery in my pages. I just want to know whether ANTS Performance Profiler will track the AJAX calls and show the results for AJAX calls ...
0
votes
1answer
78 views
redgate ants profiler instrumentation like Enterprise library 5 Logging TraceManager
Is it possible to use Ants profiler instrumentation component api like enterprise library logging/instrumentation?
I want to instrument certain part of my application on end user's machine.
I also ...
3
votes
1answer
271 views
Why might unmanaged memory account for over 60% of memory used by console application?
I'm profiling memory use with ANTS Memory Profiler 7.0 and noticed that unmanaged memory use is ~193MB (~62%) for a console application that does little more than populate some DTOs from 10 million or ...
0
votes
2answers
47 views
Can you search in current project and all referenced projects within solution?
I have some memory leaking. I am creating a big object graph and then derefencing it.
var a = MyDomainModel.Create();
a = null;
//GC.Collect();
Console.ReadLine();
There is no unmanaged stuff ...
1
vote
0answers
110 views
Profiling a Lightswitch application?
We are in the requirements stage of a Lightswitch based app. I was looking for code profiling support for lightswitch applications and have tried Ants 7.1 which we already have licence for, but it ...
0
votes
2answers
171 views
Performance issues when running site in visual studio vs profiling
This is a very strange issue that I am experiencing, and almost goes against anything logical that I can think of. I am currently profiling a website which we are building, which sometimes takes 5 ...
1
vote
2answers
213 views
How to run ANTS memory profiler from the command line
I'm trying to use ANTS memory profiler to monitor the memory consumption while i'm running automated test without luck.
I understand that ANTS Memory Profiler wants to be responsible for launching ...
2
votes
2answers
362 views
.NET Memory leak analysis
I'm trying to find a memory leak in one of our applications, however it's quite elusive.
I've analyzed the program with Ants memory profiler and it found the leak to be in unmanaged code, for which ...
0
votes
0answers
103 views
Redgate ANT performance profiler seems to get stuck in an infinite loop while profiling even though the app never goes into an infinite loop
I run ANT profiler pointing it at IIS with my credentials. When i start profiling, the home page comes up, but when I hit a certain page, ANT just seems to get stuck in some infinite loop trying to ...
3
votes
0answers
209 views
System.Security.VerificationException when running ANTS profiler in .net 4.0
I've been using RedGate's ANTS Performance Profiler for a while now. We recently updated our 3rd party dlls (Telerik) to their .net 4.0 version. When we did this, I no longer can profile our code ...
0
votes
2answers
380 views
How can I tell if I have a memory leak?
I am using ANTS memory profiler and am somewhat baffled at the moment. If I load my site up and hook ANTS up to the process I can see the Private Bytes around 90mb, I then run the same routine a ...
0
votes
1answer
247 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 ...
2
votes
0answers
346 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 ...
1
vote
0answers
401 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
635 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). ...
1
vote
1answer
177 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
412 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
169 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 ...
5
votes
4answers
4k 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 ...
0
votes
4answers
536 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
313 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
276 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 ...
5
votes
1answer
454 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 ...
12
votes
1answer
1k 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 ...
29
votes
7answers
47k 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
3answers
905 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 ...
0
votes
2answers
371 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 ...
7
votes
4answers
9k 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 ...


