I am trying to write a Windows Service in C# .NET Version 1.1.
I followed Microsoft's directions:
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbwlkwalkthroughcreatingwindowsserviceapplication.asp)
to the letter and everything worked fine.
Then I went into...
more >>
I have created a windows service that I want to monitor=2E I know=
you can use the "ServiceController" class for this, but is it=
possible to return custom information from the service, it seems=
like the "ExecuteCommand()" does not support this=2E For example,=
I want info like how many row...
more >>
I've created a service application in VB.NET on a Windows 2000 =
workstation, to be installed on a Windows 2000 Server machine.
On the server a particular user has been set up. In my service =
application, I specified Account =3D User and set the Username and =
Password in the ProjectInstalle...
more >>
Hi Guys,
Whenever I create a windows service and install it using InstallUtil, it
fails to start. I get a "Could not start service on local computer.
Error 193: 0xc1".
Being a service, I'm not sure how to debug any further :(
I have looked for this error on google without finding any he...
more >>