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