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 >>
|