Transition To Managed Code
mshahrouri
Posts: 4
Dears,
I use ANTS Performance Profiler to profile an ASP.Net application hosted on iis.
when I select a region to track the methods I get "transition to managed code..." block without the expand button so I can't see the methods.
P.S. : the source code for the application and the referenced assemblies exists.
Please help.
Thanks,
Mohammad Shahrouri
I use ANTS Performance Profiler to profile an ASP.Net application hosted on iis.
when I select a region to track the methods I get "transition to managed code..." block without the expand button so I can't see the methods.
P.S. : the source code for the application and the referenced assemblies exists.
Please help.
Thanks,
Mohammad Shahrouri
Comments
You will get a "collapsed methods without source" message if there are .NET methods for which no pdb files exist. Is this the message you mean or is it the above message?
If the unmanaged message is what you are referring to then you cannot view these methods because they are not .NET methods and the profiler only profiles managed code.
Stephen
my problem is that sometimes I can view the called methods and its source code and sometimes I can't.
these methods exists in the same assembly.
does the same issue appear no matter which timing mode you have selected? (i.e. Wall Clock time versus CPU time)
Thanks,
Stephen
If I use the CPU time the problem disappears.
Thanks,
Mohammad