Posts
Sort by recent activity
ANTS profiler still fails when Unity pdb symbols are present
Title says it all.
Check previous forums messages. I thought that you would have fixed this by now
Profile v5 has same issue as v4 with Unity
We use Unity to handle dependency injection within our web application. Here is the ASP.NET error page that is generated when profiled. The same application works without the profile running.
It ...
Feature Request : Linq disassembly option
Can we please have an option to get the disassembly viewer to use Method syntax and lambdas instead of Query syntax.
Our corporate standard is to use Method syntax
Cheers...
Robert
App crash when profiling console application
I'm getting the following exception when I profile a console application.
I don't get this when running without the profiler or if I use Model-level timings.
Version : 4.1.0.45
Windows Server 2008,...
WCF Services - Call stack analysis difficult
Hi.
This is more of a wish than anything else, but when analysing a .NET Win App that makes extensive use of WCF it is very difficult to profile across the WCF call, even though I'm using the Named...
AccessViolationException when profiling
I'm getting the following exception when trying to profile an application that connects to TeamFoundationServer.
Exception : AccessViolationException
Message : Attempted to read or write protected...
Update still unable to authenticate to proxy
I have just downloaded version 2.6 and tried the Update server.
It is still failing with HTTP status 407: Proxy access denied
Update service fails to authenticate to proxy
When using the Update Service with v 2.5.0 (Build 492), I get the following error when checking for updates
The Request Failed with HTTP status 407 : Proxy Access Denied.
Out proxy server is WebMar...
Strange results when profiling .NET application
I have just profiled an application but I am seeing very strange HitCounts/Timing when viewing the results.[STAThread]
static void Main(string[] args)
{
try
{
...
StackOverflow exception when profiling .NET exe
When I profile an application I am getting a StackOverflow exception. It is not being thrown from inside the application but seems to be from the profiler itself. The application handles all exce...