I was attempting to use Microsoft's Debug Diagnostic Tool (DebugDiag) to identity an Application Event Log error occurring in w3wp.exe / clr.dll, as described in this answer.
However, when I attempted to add my new Rule, I got an error dialog:
Cannot connect to service. Failed to start DbgSVC. GetLastError returns 0x00000422
How can I add the Rule successfully?
This error indicates that the Debug Diagnostic Service
service is disabled.
To fix:
Disabled
to Manual
. Click OK.DebugDiag will automatically start the service. The problem is that DebugDiag can't start the service when it's in Disabled state.
User contributions licensed under CC BY-SA 3.0