In order to run one application, a batch file has to be kicked off (which does things like start Jetty, display live logs, etc). The application will work only...
I installed a windows service using installUtil.exe. After updating the code I used installUtil.exe again to install the service w/o uninstalling the original version first. When I now try...
I have an application in C# (2.0 running on XP embedded) that is communicating with a ‘watchdog’ that is implemented as a Windows Service. When the device boots, this...
How can I set up MongoDB so it can run as a Windows service? 29 Answers 29
I searched a lot, but all are guessed answers. Help me to find the exact answer. 4 Answers 4
I’ve just inherited a java application that needs to be installed as a service on XP and vista. It’s been about 8 years since I’ve used windows in any...
Suppose some Windows service uses code that wants mapped network drives and no UNC paths. How can I make the drive mapping available to the service’s session when the...
The following is my Windows service code. When I am debugging the code, I am getting the error/ exception: The type initializer for ‘CSMessageUtility.CSDetails’ threw an exception. using System;...
I’d like to modify the path to my application, but doing so breaks it because the service still points to the old location. By going to Administrative Tools >...
I developed a Windows service using C#.NET to generate PDF report. To generate PDF file I am using a third party dll. The application is running in my Windows...