I\'m trying to set up MongoDB 1.6.3 on my Windows XP SP 3 machine. I\'ve followed the instructions from the MongoDB wiki.I can see the Windows service installed but not started.
I have a Windows Service that retrieves messages from a RabbitMQ queue.The service works locally on a Windows 7 machine.When I install the service on a Windows 2008 server it does not work (and does n
I\'ve got a class library (c#, .net 4.0) implementing a wrapper class for a Quartz.net Scheduler and a bunch of Triggers and Jobs which I\'d like to have executed. This wrapper class has a simple Star
I have created WCF application which is running on开发者_运维知识库 Windows Service. It was installed using Windows Installer. I have followed procedure mentioned in following article for same.
The question, I have a web application - .net 4. The client is having a requirement that he want to send email to his users on a regular basis about his new courses etc.
I have a windows service which needs to write some files to disk, if I don\'t specify a path it tries to write them to system32 folder which throws an exception because the service is being executed u
开发者_JAVA技巧I created a Windows Service that watches a directory using FileSystemWatcher and when a file is put into the folder it zips it.
I\'ve written an installer that installs a windows service (A) that needs to start/stop another service (B). However, when A tries to start/stop B, I get this exception:
I\'m have a code written in C++\\MFC that开发者_开发百科 is run as a Windows Service and a (normal) C++\\MFC Windows process - now I wish to communicate between the two using named Mutex and Shared me
How to ver开发者_StackOverflow社区ify if a windows service is stopped or running and wait until it is in this state?