Когда я пытаюсь запустить профилирование производительности, я получаю следующую ошибку от Visual Studio:
Код: Выделить всё
The service did not respond to the start or control request in a timely fashion.
(HRESULT: 0xe1110002)
'DataAnalyserApplication' failed to launch. Exception of type 'Microsoft.DiagnosticsHub.Diagnostics.CollectionStartFailedHubException' was thrown.
В службах Windows я потом попробовал запустить вручную и получил
Код: Выделить всё
Error 1053: The service did not respond to the start of control request in a timely fashion
Код: Выделить всё
A timeout was reached (30000 milliseconds) while waiting for the Visual Studio Standard Collector Service 150 service to connect.
Я пробовал исправить /переустанавливаю экземпляры Visual Studio и пытаюсь решить проблему как в vs2022, так и в vs2019, но безуспешно. В остальном Visual Studio выглядит полностью функциональной, и я не заметил каких-либо отдельных проблем.
Буду очень признателен за помощь. Спасибо
Подробнее здесь: https://stackoverflow.com/questions/793 ... e-profiler