M
Mahesh.Mantra
Guest
Hi experts,
I have created one Windows Service with C# Dot Net Framework 3.5
I am facing one issue while installing windows service in windows computer. Cases are as under.
1. Installed successfully when all files are not signed with any of digital certificate.
2. When all files are signed with Digicert signing certificate, while installation, I am getting error of "Error 1053: The service did not respond to the start or control request in a timely fashion".
Solutions tried:
I have increased timeout in windows registry with path "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control" and key "ServicesPipeTimeout" with value of "8540000". But this solution did not worked.
I have also restarted system after applied changes in registry as above but still same issue.
Any expert can help on this?
Continue reading...
I have created one Windows Service with C# Dot Net Framework 3.5
I am facing one issue while installing windows service in windows computer. Cases are as under.
1. Installed successfully when all files are not signed with any of digital certificate.
2. When all files are signed with Digicert signing certificate, while installation, I am getting error of "Error 1053: The service did not respond to the start or control request in a timely fashion".
Solutions tried:
I have increased timeout in windows registry with path "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control" and key "ServicesPipeTimeout" with value of "8540000". But this solution did not worked.
I have also restarted system after applied changes in registry as above but still same issue.
Any expert can help on this?
Continue reading...