Questions tagged as 'windows-service'

2
answers

Perform Stress Test in C #

I have the following scenario: There is a Windows Service , done in C #, which is used to synchronize data from a local base with a cloud base and need to perform some stress tests and load, with this, I thought to perform the following test:...
asked by 22.06.2017 / 19:25
1
answer

How 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 using # Is there any way to do this?     
asked by 18.04.2014 / 15:28
1
answer

Launch Windows Service automatically

I created% test%, I was searching and I saw that to start it automatically it is necessary to change the Windows Service property of the% object StartType to Automatic , that the service, after already started automatically. Howev...
asked by 15.12.2015 / 13:32
2
answers

Communicating a Windows Service Project with a Windows Form Project

I just developed a Windows Service project (this will stay 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 to create a Form within a Service. What is the...
asked by 01.04.2015 / 20:18
1
answer

Problem getting information from the Azure cognitive service (OCR)

I'm developing a windows service that downloads a web image, "flip" it horizontally and sends it to the Azure (OCR) cognitive service, the idea is to capture the texts of that image. However, when I send the image via request, the return is empt...
asked by 10.09.2018 / 19:50
1
answer

C # - Use of A3 Certificate (Card Reader) + Windows Service

Good morning, everyone. I created a windows service (C #) where I subscribe to NFC-es XML using the FlexDocs DLL. Using the A1 certificate everything works normally, but when using A3, the frame where I must enter the PIN does not open / app...
asked by 04.07.2016 / 16:30
0
answers

How to create a Windows service in the installation [closed]

I'm going to distribute my Delphi application through a default installer created with Install Shield, but it needs to create a Windows service to work. I know how to create this service manually, but not how to create it by Install Shield. C...
asked by 17.11.2016 / 15:38
1
answer

Retrieving a WindowsServices through an ASP.NET application

I have Windows Service that at certain time it does a scan on the machine and performs a backup, to a folder on a server in the network. The Service is running on the machines perfectly and running the backups without errors. Howeve...
asked by 04.10.2016 / 21:50
2
answers

Windows Service - Error 1053 When Starting

Hello, I have a windows service in C # that I have to install on several clients. My problem is that on some clients I can install and it works normally, however on some clients I can install the service but it does not start at all. I barely...
asked by 30.12.2014 / 19:46
2
answers

C # - Windows Service only runs once

I'm developing a windows service to run every 10 minutes, it inserts some values into the database, but I noticed that the routine only runs once. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;...
asked by 10.07.2017 / 22:00