Most voted "windows-service" questions
Windows Services are applications that run in "background" on Windows and are automatically booted (or manually) when the operating system starts. Windows Services features no user interface and are designed to be used on servers or when we need functions that must be performed independently and constantly.
Learn more…30 questions
Sort by count of
-
14
votes2
answers790
viewsPerform Stress Test on C#
I have the following scenario: There is a Windows Service, done in C#, which is used to synchronize data from a local database to a cloud base and need to perform some stress and charge, with this,…
-
12
votes1
answer1319
viewsHow to install a Windows Service without Setup?
I have a Windows Service project in Visual Studio in C#, however, I need to install this project from lines of code, without use the Installutil of console nor the Setup of Visual Studio. There’s…
-
5
votes1
answer1247
viewsStart Windows Service automatically
I created a Windows Service test, I have been researching and saw that to start it automatically you need to change the property StartType of the object serviceInstaller for Automatic, that the…
-
4
votes3
answers858
viewsWindows service does not start automatically
I just implemented a Windows service I just can’t get it to turn automatically when the windows is started. I don’t know if it was some thing in the programming or some configuration of the windows.…
-
2
votes2
answers743
viewsCommunicating a Windows Service project with a Windows Form project
I just developed a Windows Service project (this will be running to check for system updates, via Clickonce). I need this Windows Service to communicate with a Form. I know that it is not possible…
-
2
votes1
answer88
viewsReturn from a Windowsservices via an ASP.NET application
I have a Windows Service which at a certain time scans the machine and performs a backup, to a folder on a server on the network. The Service is running on the machines perfectly and running the…
-
2
votes0
answers216
viewsHow to create a Windows service on installation
I will distribute my Delphi application through a standard installer created with Install Shield, but it needs to create a Windows service to work. I know how to create this service manually, but…
-
2
votes1
answer1701
viewsC# - Use of A3 Certificate (Card Reader) + Windows Service
Good morning to all. I created a windows service (C#) where I sign XML from NFC-es using Flexdocs DLL. Using A1 certificate everything works normally, but when using A3, the frame where I must enter…
-
2
votes2
answers582
viewsIs it possible to run an . EXE application from a Windows Service?
This is an excerpt from the code: protected override void OnStart(string[] args) { Process.Start(@"C:\path\<file.exe>"); } protected override void OnStop() { } I wish I could run a . exe…
-
2
votes1
answer71
viewsProblem getting information from the Azure Cognitive Service (OCR)
I’m developing a windows service that downloads a web image, "flips" it horizontally and sends it to the cognitive service of Azure (OCR), the idea is to capture the text of this image. However,…
-
1
votes2
answers5590
viewsWindows Service - Error 1053 on Start
Hello, I have a windows C# service that I have to install on several clients. My problem is that in some clients I can install and it works normally, but in some clients I can install the service…
-
1
votes0
answers67
viewsWindows Service running does not connect to database
Good afternoon guys. I created a 3-layer Solution for a windows services project. In debug I can search the database information and do the processes with the return. However, when I put the process…
-
1
votes1
answer284
viewsWindows 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 research I found several references to Node-windows. I found it interesting, it…
-
1
votes2
answers681
viewsC# - Windows Service only runs once
I am developing a windows service to run every 10 minutes, it inserts some values in the database, but I noticed that the routine only runs once. using System; using System.Collections.Generic;…
-
0
votes1
answer114
viewsMethod finishes its execution unexpectedly when calling another method
I am implementing a method that performs a call to another method that should return one IEnumerable<TEntidade>. However, when returning from this list the method that started the call simply…
-
0
votes1
answer87
viewsHow to make a web app localhost modem configurator type?
Hello. I am a C# developer and I need to make a configuration application for a Windows Service. I thought of something similar to those internet modem configuration applications that run directly…
-
0
votes1
answer1163
viewsJboss standalone.bat windows service Wildfly 10
Hello, How do I create a windows service to automatically start standalone.bat?
-
0
votes0
answers246
viewsPHP processes never close
Hello, I’m having a problem related to a PHP system running through a Windows Service. The application works as follows: I have a folder with several files and PHP scripts that serve as an offline…
-
0
votes0
answers270
viewsWCF Service Host - Service does not register port if it does not run VS as Administrator
Hello, while trying to run a Servicelibrary type Webservice. WCF Service Host gives me the following bad news : Please Try Changing the HTTP port to 8733 or running as Administrator.…
-
0
votes1
answer858
viewswindows service c# - error 1053
Create an application Windows service c#, I use a setup project to install the service in windows, when I try to start the service in windows the following error occurs: error 1053 the service Did…
-
0
votes1
answer54
viewsHow to create dependencies between Jobs on Quartz.NET
I have a Windows Services where I use Quartz.NET to schedule tasks on my system, but there are tasks that can only be performed after the (successful) completion of another. I found no documentation…
-
0
votes1
answer68
viewsDetermine the time of execution of the next task based on the end of the current run in Windows Service C#
This is my problem. I have an application as a windows service that needs to run 15 seconds after the current job execution is finished. The task basically performs database operations and may be…
-
0
votes1
answer44
viewsWindows service sharing information with a Rest
Is it possible for a Windows Service to exchange information with a Web Service Rest? If so, is that good practice or not? Why the question? This is what I need to do. When a flag in the bank is…
-
0
votes1
answer68
viewsWindows Forms + windows service
I have a windows Forms project, added a windows service class, would like to install the service and run from a one button event(no need to use Installutil). There’s some way to do it?
-
0
votes1
answer65
viewsBest way to ensure consultation isolation
I have the following scenario: A table in SQL Server that contains process records that can be run on multiple services (Windows Services in C#) from multiple servers. Something like: CREATE TABLE…
-
0
votes0
answers1059
viewsError 1053 service did not respond to start or control request in a timely manner
Hello! I did a windows sending and mailing service, but am getting error 1053 while trying to start it. I looked at several articles and forums and could not solve the problem. Could anyone explain…
-
0
votes2
answers151
viewsCalling a service . py inside another . py
Good afternoon, you guys! I researched a lot on the internet and did not succeed, I have the following problem to solve: I have 3 Python services installed on Windows(example1.py / example2.py /…
-
0
votes0
answers19
viewsHow to change the path of the executable using pywin32?
I have two files: one that is the base and the other the 'main' that makes generate the service in windows; However, when I try to start the service, the path of the executable is like another Does…
-
-1
votes1
answer449
viewsIIS Windows Server, Error running application (HTTP 403.14 - Forbidden)
I’m having a problem with running my app. My application is all done in Asp.Net MVC, using the 4.6.1 framework. I published it on the server, but when running the application, error appears HTTP…
-
-1
votes1
answer23
viewsHow to start Timer.Start a service by clicking a button?
Hello! Here’s the thing, I have a visual studio solution that has two projects... The first project is a Windows Form system and the second project is a Windows Service that serves as a…