Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
October 2007
all groups > dotnet myservices > january 2006

Creating a server service
Posted by niclarke at 1/31/2006 9:49:29 PM
Hi, I'm looking on creating a windows service (server) that will have a small footprint (handling that basics e.g. error, logging, licensing) but allow me to write additional plugins (smtp, scheduling etc..) maybe something like JBoss e.g. microkernel and then additional layers/models. D...more >>


Service Name
Posted by Stephen Costanzo at 1/30/2006 11:25:08 AM
Is there a way to have multiple copies of a single service run? For instance, write one service, place it in directory A and install it to the services calling it Service_A. Install the service to directory B and then install it to the services calling it Service_B? ...more >>

get path location of service executable
Posted by brian_harris at 1/30/2006 10:40:28 AM
I am trying to find how to get the path to where the service .exe is located. In winforms there is an Application class that has a startuppath property. I have not been able to find a corrisponding thing in windo services. When you go to service property through services program you can see...more >>

How to get the List of Component Services using Dotnet ?
Posted by SenthilVel at 1/27/2006 12:00:00 AM
Hi I want to list the available "Component Services " (COM+) in a machine . i am trying to get the list of Componenet services in a machine using windows forms in dotnet , how can i retrive the list of componenet services, i know we can get the list of windows services, but i dont know ho...more >>

2 different windows services running clobbering each other
Posted by Linda at 1/19/2006 2:58:56 PM
There are 2 windows services that are written to the same Log table in SQL. For some unknown reason, at no specific intervals, while one is running the other runs and stops the 1st windows service from running. Is this how it is supposed to work? The fact these are 2 different services doesn't...more >>

Calling console applications - problem
Posted by Mystique at 1/9/2006 8:21:41 PM
Hi I have created a Windows Service in C# that calls other (console) applications that operate on files. I call a console application (PGP.exe) that encodes a file and creates a new encoded file. The source code is: Process aPGPSigning = new Process(); ProcessStartInfo anInfo = new ProcessS...more >>

Send Message to Windows Service
Posted by Ahmad Jalil Qarshi at 1/2/2006 6:37:47 PM
Hi! I want to develop two applications one a Windows Service and the other a GUI based application. I want some sort of communication between Service and GUI. I have decided to use Remoting for this purpose. For this I registered an object on Service side for Remoting purposes. Remote Ob...more >>



DevelopmentNow Blog