Is there any retstrictions to make an exe as Service
-
HI I have got one doubt. Is there any retstrictions to make an exe as Service. I want to make my Server application exe as Service. That Server application is Dialog based application and it is for Client-server communication. when i am creating Service for this Exe it is creating Service and able to see that service name in Services of Administrative tools. But unable to start it. it is giving error as 1053 : Service didnot respond to the start or control request in timely fashion. Help me. Thanks in Advance
-
HI I have got one doubt. Is there any retstrictions to make an exe as Service. I want to make my Server application exe as Service. That Server application is Dialog based application and it is for Client-server communication. when i am creating Service for this Exe it is creating Service and able to see that service name in Services of Administrative tools. But unable to start it. it is giving error as 1053 : Service didnot respond to the start or control request in timely fashion. Help me. Thanks in Advance
-
HI I have got one doubt. Is there any retstrictions to make an exe as Service. I want to make my Server application exe as Service. That Server application is Dialog based application and it is for Client-server communication. when i am creating Service for this Exe it is creating Service and able to see that service name in Services of Administrative tools. But unable to start it. it is giving error as 1053 : Service didnot respond to the start or control request in timely fashion. Help me. Thanks in Advance
-
HI I have got one doubt. Is there any retstrictions to make an exe as Service. I want to make my Server application exe as Service. That Server application is Dialog based application and it is for Client-server communication. when i am creating Service for this Exe it is creating Service and able to see that service name in Services of Administrative tools. But unable to start it. it is giving error as 1053 : Service didnot respond to the start or control request in timely fashion. Help me. Thanks in Advance
Hello, You mean that you want to convert your dialog based application to be a service? So you have dialogs in you service? If this is the case, don't do it! The reason for this is that services should be able to run without the windows shell. You are restricted to kernel API's mostly. This is because this type of application is able run without any users logged on to the machine. If you use shell API's, your service might crash since those DLL's are not loaded. Behind every great black man... ... is the police. - Conspiracy brother Blog[^]