-
as seen on Server Fault
- Search for 'Server Fault'
I created two Windows services A and B, and would like to add dependency between them
so that I can:
Start service A (service B starts automatically)
Stop service A (service B stops automatically)
However, the command sc config ServiceA depend= ServiceB only works for:
Start service A (service…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm doing a windows service setup project on VS2008, it has a custom action for setting app.config values. The setup work fine installing the service and setting the app.config values but when I try to uninstall the service, it removes the files but keep the service registered, so I can install it…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
Using Visual Studio 2008 and C#, I developed a windows service A and deployed it to two nodes of a windows server 2008 failover cluster. The service A is part of the failover cluster service, which means, when failover occurs at node1, the cluster service will failover the windows service A from node…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
In this blog post I’ll be covering, Logging for Quartz.Net Windows Service 01 – Why doesn’t Quartz.Net Windows Service log by default 02 – Configuring Quartz.Net windows service for logging to eventlog, file, console, etc 03 – Results: Logging in action …
>>> More
-
as seen on ASP alliance
- Search for 'ASP alliance'
In this article, Vince demonstrates the creation of a Windows Service to automatically run and send a Crystal Report as an email attachment. After a basic introduction, he examines the creation of the database and windows service with the help of relevant source code and explanations. Towards the…
>>> More