You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure whether this is totally outside the scope of this project or not, and I'm not clear whether it's intended for working with .NET Framework code or just .NET Core... so if I'm just using it wrong, please feel free to close this!
My use case would be attaching to a running IIS worker process (w3wp.exe) to profile a web application. However, when I try that by attaching to the PID, I get the following error:
Unexpected error: The requested resource is in use. (0x800700AA)
Is this a bug, or am I doing something wrong (or is Ultra just not really intended for profiling web apps)?
The text was updated successfully, but these errors were encountered:
Is this a bug, or am I doing something wrong (or is Ultra just not really intended for profiling web apps)?
I don't think it is a bug with ultra but something else with ETW/Windows that would happen if you were using another ETW based profiler. Others have been experiencing this similar issue:
I'm not sure whether this is totally outside the scope of this project or not, and I'm not clear whether it's intended for working with .NET Framework code or just .NET Core... so if I'm just using it wrong, please feel free to close this!
My use case would be attaching to a running IIS worker process (
w3wp.exe
) to profile a web application. However, when I try that by attaching to the PID, I get the following error:Is this a bug, or am I doing something wrong (or is Ultra just not really intended for profiling web apps)?
The text was updated successfully, but these errors were encountered: