Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in windows-services

Operation unavailable (Exception from HRESULT: 0x800401E3 (MK_E_UNAVAILABLE)) when running through Windows Service?

Windows service (hosting WCF service) stops immediately on start up

c# wcf windows-services

Timer within Thread within Windows Service

C# Windows Service - Read from ini or App.config file

c# windows-services ini

How do I install a windows service that runs as an administrator?

Log4net and windows service. What else should I do to make this work

c# windows-services log4net

stop / start service or close the sql server process / service on a remote computer

EF 4.3 CodeFirst MVC3 WebApp and console use same model, but somehow they 'see' a different model which results in a model backing error

Windows Service Hosted TCP WCF Service

Communicate with running service

Can you host multiple WCF processes in a single windows service?

wcf windows-services

What could cause a Windows Service to hang when a Console App doing the exact same thing using the exact same base libraries doesn't?

c# windows-services

System.Threading.Timer call drifts a couple seconds every day

c# time windows-services timer

Debugging a Windows Service

Questions about a Windows Service that is mostly idle

What is the accepted pattern for an application that can be run as a service or as a console application

c# wcf windows-services

RabbitMQ consumer as a windows service

How can I find the process id from the service name/handle in Delphi?

delphi windows-services

System.threading.timer not working in Windows Service

Why will this timer not start in a .net service application?