This question is locked. New answers and comments are not allowed.
Hi,
I have my own windows service called "XenocodeWinServer". This has dependency on .NET binary called "XenocodeLib.dll".
This service will use XenocodeLib.dll to just print some debug messages. I installed this service and its working fine.
Now I like to create a single EXE using Xenocode postbuild (like "XenocodeWinServer.exe" which will run after installing).
I created the EXE by scanning all dependencies.
The problem I am facing is after installing the xenocode postbuild built EXE, if I try to start the service in commandprompt, its showing
"[SC] StartService FAILED 1053: The service did not respond to the start or control request in a timely fashion".
Is xenocode postbuild does not support windows service or I am missing some steps to create it?
Someone can help me in this?.
I have my own windows service called "XenocodeWinServer". This has dependency on .NET binary called "XenocodeLib.dll".
This service will use XenocodeLib.dll to just print some debug messages. I installed this service and its working fine.
Now I like to create a single EXE using Xenocode postbuild (like "XenocodeWinServer.exe" which will run after installing).
I created the EXE by scanning all dependencies.
The problem I am facing is after installing the xenocode postbuild built EXE, if I try to start the service in commandprompt, its showing
"[SC] StartService FAILED 1053: The service did not respond to the start or control request in a timely fashion".
Is xenocode postbuild does not support windows service or I am missing some steps to create it?
Someone can help me in this?.