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
We have not been able to reproduce this issue with the
8.x versions of the dotnet aspnetruntime and
corresponding version of aspnetcoremodule-v2.
It seems to have been solved in the underlying installer,
and thus this FAQ entry is no longer needed.
Copy file name to clipboardExpand all lines: src/content/docs/en-us/central-management/setup/service.mdx
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -606,11 +606,3 @@ You are attempting to set up a user that is not in the local Administrators grou
606
606
Please refer to the <Xreftitle="Chocolatey Central Management Service Windows Account Considerations"value="ccm-service"anchor="chocolatey-central-management-service-windows-account-considerations" /> and select an option that works best for your organization.
607
607
608
608
<Xreftitle="Central Management Setup"value="ccm-setup" /> | <Xreftitle="Chocolatey Central Management"value="central-management" />
609
-
610
-
### Error 1053: The service did not respond to the start or control request in a timely fashion.
611
-
612
-
If the Chocolatey Central Management Service cannot be started due to "Error 1053: The service did not respond to the start or control request in a timely fashion.", it will likely be caused by no compatible versions of dotnet aspnetruntime being installed.
613
-
614
-
The installed runtimes can be listed with `dotnet --list-runtimes`. Ensure that a 8.x.x version of Microsoft.AspNetCore.App is listed. If there is not a version listed, reinstall `dotnet-8.0-aspnetruntime`.
615
-
616
-
There is a known issue with the aspnetcoremodule-v2 installer that will uninstall the aspnetruntime on upgrade, which may be the root cause for this missing runtime. https://github.com/dotnetcore-chocolatey/dotnetcore-chocolateypackages/issues/64
0 commit comments