Windows Service Development
Thu, 20 Oct 2005 11:28:04 -0700
Hi,
I have developed a service and i'm trying to start it with the system. It is
a USB mass storage device detector and file monitor service. I alredy have
defined the StarType to Automatic but the service still didn't run when
system starts.
Anybody knows what's going on?
Thank's ...
|
Running a Local Batch File From a Service
Tue, 11 Oct 2005 10:51:00 -0700
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 creates the bat ...
|
Marshalling a DLL Class ByRefObject via a Service Application
Mon, 10 Oct 2005 08:49:33 -0700
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, designed to marshal ...
|
Stopping a Failed-start Service
Fri, 7 Oct 2005 11:00:53 -0700
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 and
reinstalled ...
|
Obviated
Thu, 6 Oct 2005 15:37:56 -0700
Never mind. I found that I can reference the DLL version of the ActiveX
object instead of trying to bring in the OCX.
...
|
Trying to Use ActiveX Control in Service Application
Thu, 6 Oct 2005 12:26:00 -0700
I have an regular application that I'm trying to replace with a service
equivalent. The problem I'm running into is that the program has an ActiveX
control that is dropped onto the form, and that I pass to a DLL. I added a
form to the service application, instantiate the form and reference the
ActiveX contro ...
|
Using BITS from a custom service account (User not logged on error)
Tue, 4 Oct 2005 13:03:23 -0500
Hi Everyone,
I am using the Microsoft Updater Application Block in C#. It uses the BITS
system to update applications. I am trying to use the block from a windows
service.
The moment I use an account other than one of the windows service accounts,
the updater no longer functions properly and terminates ...
|
|
|
Home Business Opportunity
Tue, 04 Oct 2005 06:57:07 -0700
Ordinary people are making EXTRAORDINARY money WORKING FROM HOME on the Internet! Take Advantage Of Our Free 7 Day Trial, Your Own WebSite, Email, And Hosting, I'll Even Show You How To Get $1000 Of Free Pay Per Click Advertising, Visit: www.megasparks.ws
This message was sent with NNTP Scribbler (www.e-adverti ...
|
Home Business Opportunity
Tue, 04 Oct 2005 06:54:06 -0700
Ordinary people are making EXTRAORDINARY money WORKING FROM HOME on the Internet! Take Advantage Of Our Free 7 Day Trial, Your Own WebSite, Email, And Hosting, I'll Even Show You How To Get $1000 Of Free Pay Per Click Advertising, Visit: www.megasparks.ws
This message was sent with NNTP Scribbler (www.e-adverti ...
|
deployment of NT services after creating with vb.net
Mon, 19 Sep 2005 11:56:41 +0800
I've created windows services successfully using both installutil </u>
myservice.exe
How do i deploy it to other machines ?
...
|