Questions tagged as 'windows-service'

1
answer

Windows Service on Node

I wanted to do a windows service using Node, since it is a very interesting technology that I am learning. So in my search I found several references to node-windows . I found it interesting, it worked very well. However, what worries me is...
asked by 18.03.2017 / 00:01
0
answers

Windows Service running does not connect to the bank [closed]

Good afternoon, guys. I created a 3 layer solution for a windows services project. In debugging I get the bank information and do the processes with the return. However, when I put the process to run in windows services it does not work. I creat...
asked by 19.01.2016 / 19:22
1
answer

windows service c # - error 1053

Create a Windows service C # application, I use a setup project to do the service installation on windows, when I try to start the service on windows the following error occurs: error 1053 the service did not respond to the start or control r...
asked by 01.02.2017 / 12:44
1
answer

Method terminates its execution unexpectedly when calling another method

I'm implementing a method that calls a method that should return a IEnumerable<TEntidade> . However, upon returning from this list the method that initiated the call simply terminates its execution without continuing to read the foll...
asked by 11.03.2015 / 14:50
1
answer

Determine the time of execution of the next task based on the end of the current execution in Windows Service application C #

Here's my problem. I have an application as a windows service that needs to be executed 15 seconds after the current execution of the task is finished. The task basically performs operations on the database, and it may take more than 15 secon...
asked by 26.09.2017 / 22:39
1
answer

Jboss standalone.bat windows service Wildfly 10 [closed]

Hello, How do I create a windows service to automatically start standalone.bat?     
asked by 20.07.2016 / 21:49
0
answers

Error 1053 The service did not respond to the start or control request in a timely manner

Hello! I did a windows send service and emails, however I'm getting error 1053 when trying to start it. I looked at various articles and forums and could not solve the problem. Could anyone explain to me what it could be? Follow the code. Ser...
asked by 26.07.2018 / 14:00
0
answers

Cache with windows services

I'm having problems updating a windows service, I created the reference in Windows Services, I played the build folder in the place where it is referenced in my service, but I have the impression that windows is caching it in memory and even I p...
asked by 11.05.2018 / 14:59
1
answer

Best way to ensure query isolation

I have the following scenario: A table in SQL Server that contains records of processes that can be run across multiple services ( Windows Services in C # ). Something like: CREATE TABLE Processo ( Id INT IDENTITY NOT NULL,...
asked by 18.04.2018 / 19:00
0
answers

Customize Dialog in a Windows Service Setup

I am setting up a Windows Service, I need in the service installer, to report connection data to an external server. How can I customize a dialog to receive data such as login and password, showing the password field with asterisks and validatin...
asked by 22.03.2018 / 16:31