William Leme

Software Engineer

Fix Azure Error 0x8007006d / Event Id 1022

Posted at — Apr 7, 2020

After almost 3 years of flawless service availability my app service came to a halt with the following event entry

1
2
3
4
5
<EventData>
<Data>
.NET Runtime version 4.0.30319.0 - Loading profiler failed. Failed trying to receive from out of process a request to attach a profiler. HRESULT: 0x8007006d. Process ID (decimal): 60152. Message ID: [0x250d].
</Data>
</EventData>

No code changes and no service changes were made so the solution was to restart the app service :rage: