Top "Windows-services" questions

Windows services are background service processes run by the Service Control Manager on Windows NT based operating systems, similar to daemons or UNIX services.

C#: Simple Windows Service gives Security Exception

I am doing the walkthrough in the following link: http://msdn.microsoft.com/en-us/library/zt39148a%28VS.80%29.aspx I …

c# windows-services securityexception
LINK : fatal error LNK1221: a subsystem can't be inferred and must be defined

I have no other errors or warning in my solution, which would be great but this error has totally baffled …

service windows-services c++-cli visual-c++-2008-express
Unable To Set Application Identity Service to Start Automatically

On Windows 10 Enterprise laptops I found the AppIDSvc was stopped and its Startup Type was set to Manual (Trigger start). …

windows windows-services registry windows-10 applocker
C# - windows service installer not registering service

I'm trying to use an installer for a Windows service, and would like to avoid using InstallUtil.exe. The installer …

c# windows-services windows-installer setup-deployment
Using a FileSystemWatcher with Windows Service

I have a windows service which needs to monitor a directory for files and then move it to another directory. …

c# windows-services filesystemwatcher
Installing a Java service on Windows 7 with NSSM

I am trying to use Inno Setup to install a Windows service as a JAR file running under NSSM (Non-Sucking …

java windows-services inno-setup nssm
Unity DI on a Windows Service, Is possible?

I am developing a Windows Service to do some periodical operations, can I use Unity to inject my classes from …

c# dependency-injection windows-services unity-container
Service cannot be started. Could not register URL

I want to host wcf in window service. I've done several times before without any problem. This time After I …

wcf windows-services hosting localhost
Does one need to manually create a Windows event log source when installing a Windows service

I have developed a Windows service in C#. I have created a installer with Visual Studio 2008, which installs the Windows …

c# .net windows-services event-log
How to find out the reason of ServiceHost Faulted event

I have got a MyServiceBase class which inherits from ServiceBase. Inside MyService I Have got a ServiceHost for my WCF-service, …

c# wcf windows-services servicehost