Some application assemblies not showing up in profile info
mgladding
Posts: 3
Hi,
I've just downloaded and starting trialing the profiler. I can see results for the main assembly and a number of referenced assemblies. However our application loads a number of plug-in assemblies dynamically using either Assembly.LoadFile or Assembly.LoadFrom. I don't believe ANTS is showing profiling information for assemblies loaded this way.
Does ANTS support the profiling of dynamically loaded assemblies?
Regards,
Mark.
I've just downloaded and starting trialing the profiler. I can see results for the main assembly and a number of referenced assemblies. However our application loads a number of plug-in assemblies dynamically using either Assembly.LoadFile or Assembly.LoadFrom. I don't believe ANTS is showing profiling information for assemblies loaded this way.
Does ANTS support the profiling of dynamically loaded assemblies?
Regards,
Mark.
This discussion has been closed.
Comments
It certainly does. Can you try profiling all methods rather than the ones with source code?
My mistake, you're right. I didn't have the correct .pdb file in the right location.
It's now showing up correctly.
Thanks,
Mark.