This is a migrated thread and some comments may be shown as answers.

[Solved] Xenocode postbuild with windows services

4 Answers 167 Views
Integration with other products
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
vv
Top achievements
Rank 1
vv asked on 13 Apr 2010, 07:28 AM
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?.

4 Answers, 1 is accepted

Sort by
0
Thomas
Telerik team
answered on 13 Apr 2010, 12:22 PM
Hi vv,

we do not know of Xenocode, nor do we provide support for this tool. Please contact the producer of the software for more help.

If a service does not respond in a timely fashion, it can mean various things like:
(a) the service itself is flawed
(b) the machine is busy and the timeout is to low
(c) the service crashed
I cannot provide more help on this.

Greetings,
Thomas
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Damyan Bogoev
Telerik team
answered on 13 Apr 2010, 12:55 PM
Hello vv,

You could try to follow the answer from this thread. It demonstrates how to use XenoCode together with  Telerik OpenAccess ORM. Hope this helps.

Greetings,
Damyan Bogoev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
vv
Top achievements
Rank 1
answered on 14 Apr 2010, 05:59 AM
Hi,
    The solution you proposed in the thread "XenoCode Postbuild" was very helpful for me to create a console EXE and Windows Application EXE successfully but my problem is with Windows Service EXE.
    In fact I tried the same code of my windows service in console EXE and built through Xenocode postbuild, it is working fine.
    Now my problem is how to, 
        - Create a single windows service executable which has dependent on a .NET DLL
        - Install the windows service
        - Run the windows service
0
Damyan Bogoev
Telerik team
answered on 15 Apr 2010, 12:16 PM
Hello vv,

Unfortunately we are not proficient in XenoCode and we are unable to provide you with an appropriate solution for your problem.

All the best,
Damyan Bogoev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Integration with other products
Asked by
vv
Top achievements
Rank 1
Answers by
Thomas
Telerik team
Damyan Bogoev
Telerik team
vv
Top achievements
Rank 1
Share this question
or