Solved: ServerManage.exe - This application could not be started.
ServerManage.exe - This application could not be started.
I have resolved this error with following.
1. C:\Windows\Microsoft.NET\Framework64\v2.0.50727>Ldr64.exe query
The above command returned a current status of: 0x00000000 meaning .net was set to run in 32bit.
Then ran the following:
C:\Windows\Microsoft.NET\Framework64\v2.0.50727>Ldr64.exe set64
loading kernel32...done.
retrieved GetComPlusPackageInstallStatus entry point
retrieved SetComPlusPackageInstallStatus entry point
Setting status to: 0x00000001
SUCCESS
retrieved GetComPlusPackageInstallStatus entry point
retrieved SetComPlusPackageInstallStatus entry point
Setting status to: 0x00000001
SUCCESS
Once 64bit was enabled Server Manager began working again.

Comments