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

executing an external file from windows services
Posted by H at 10/27/2005 7:16:05 AM
I'm using System.Diagnostics.Process... to call a .bat file in a windows application - and it works. When i try the same piece of code in a windows services it does not work??? what am i doing wrong? Thanks H...more >>


Hanging windows service.
Posted by trialproduct2004 NO[at]SPAM yahoo.com at 10/26/2005 6:38:28 AM
Hi all i am having windows service developed in c#. Here i am processing URL's asynchronously. I am processing 5 urls at a time. as soon as any url processsing is completed i am updating one dataset and starting with next url processing. My problem is my windows service is running property...more >>

Running a Local Batch File From a Service
Posted by Phil Galey at 10/11/2005 10:51:00 AM
I have a service on a server that avails a DLL for client access as a single-call SAO (using RegisterWellKnownServiceType). The service is running under LOCAL.SYSTEM. The DLL writes a batch file to the host app (local) directory and is supposed to then run the batch file. Strange thing is it ...more >>

Marshalling a DLL Class ByRefObject via a Service Application
Posted by Phil Galey at 10/10/2005 8:49:33 AM
I'm trying to implement a 2-tier configuration, providing access to a DLL class on the server. I have a DLL written in VB.NET containing one class, residing on the server. At the class level, it has: Inherits MarshalByRefObject I also have a standard application on the server, desi...more >>

Stopping a Failed-start Service
Posted by Phil Galey at 10/7/2005 11:00:53 AM
If you have a new service application that you are testing and it fails to start and it gets stuck in a status of "Starting" and the tasks are all grayed out, is there any way of manually returning it back to a state of not started (e.g. via the registry etc.), so the application can be removed a...more >>



DevelopmentNow Blog