Profile managed DLL loaded from native app?
humanappliance
Posts: 1 New member
My managed DLL is loaded from a native app. Is it possible to attach to the native process and debug my managed DLL?
Tagged:
Answers
Unfortunately you will not be able to attach to the unmanaged process with ANTS Performance Profiler.
If a separate process is created by the managed DLL's you may be able to use the "Attach to process" portion to attach specifically to the managed assemblies, but if not, then it will not work for you I'm afraid.
Kind regards,
Alex
Have you visited our Help Center?