Posts
Sort by recent activity
v9 Lambda supplied to argument of Expression<...>
If I have a method whose parameters is an Expression<Func<...>> then Reflector is not decompiling the resultant expression tree back into the original lambda statement. Are expression decompiling ...
v9 Async method not decompiled
I'm getting the async state machine initialisation when viewing an async method instead of the code. This is a method sitting inside a class that inherits from Microsoft.AspNet.Identity.UserManage...
v9 still getting exception thrown from System.Web.Mvc
I have previously reported this exception Reflector throws when attempting to decompile
Assembly: System.Web.Mvc ( all versions since v3 )
Class: ControllerActionInvoker
Method: CreateActionResult
...
Upgraded to 6.8, now take 15-20 seconds to show disassembler
When the application loads for the first time the disassembler screen now takes 15-20 seconds to show for the first time. Windows grays the window, adds Not Responding to the title bar and I get t...
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...