I have a windows service that loads multiple \"handlers\" written by different developers. The windows service exe has it\'s own app.config which I need.
A design question: I\'d like to build a Windows service that executes different commands at different intervals. For simplicity\'s sake, let\'s say I want to run some batch files.
I\'v开发者_开发知识库e been building a Windows Service to create a WebBrowser object to navigate, login, and download a site\'s HTML. However, I recently discovered this bug which prevents the Documen
In my project I have a Windows Service and a WCF Service doing some actions on the same folder on a computer. The location of that folder will be given by the user within an app.config file that is in
I have a requirement to create a simple windows forms application that allows an admin user to manage the Services on remote servers. We don\'t want to give the admins the usernames and passwords to t
I am trying to make a service that spawns a desktop application, and then watches to make sure it restarts again if it is closed. .
I\'ve written a service that is to be started automatically. It does some initialization stuff in its OnStart method, including setting up SENS watchers for who logs in.
If I write开发者_开发百科 a C# class called Foo and that is compiled into an assembly named FooLib.dll. Then, I write a Windows Service in C# that references FooLib.dll. When I deploy my Windows Servi
I am designing a piece of software that needs to operate different pieces of hardware based mainly on a schedule but it also needs to have a web interface for configuring settings, configuring the sch
My Java class contains the following methods: public static void main(String[] argv)//start the service