On trying to install my daemon application on Windows I get "Error: 1053: The service did not respond to the start or control request in a timely fashion.". Note I get this error when trying to manually start the service after I install it thru CMD using the following.
cmd using SC CREATE ServiceName binPath "path to exe"
This part works fine, but when I try to start it I get the error message above. I also try installing this service using the normal -i argument, but that appears to not be doing anything for me so I install it manual with the above command.
I also seem to be having the same issue on creating a new daemon application just using the default options and no code added. I attached the basic daemon application here.
This issue is solved. I just needed to set properties for DaemonMapper.