all groups > dotnet myservices > july 2004
error installing service
Posted by norm at 7/27/2004 3:45:21 PM
I am getting the following error when I run installutil:
:The account name is invalid or does not exist, or the password is invalid
for the account name specified"
I have administrator privileges on this machine.
Any ideas?
Thanks
Norm
... more >>
Service Terminated Unexpectedly with MSMQ
Posted by boris NO[at]SPAM crabel.com at 7/20/2004 10:19:54 AM
I have a service developed in Visual C++ in "mixed mode" (originally
developed as unmanaged under VS 6.0, and now uses managed FCL
classes). I use FCL System.Messaging.MessageQueue and
System.Messaging.Message classes to read messages from private MSMQ on
local and remote machines.
Occasiona... more >>
How exactly does "Allow Service to interact with desktop" work?
Posted by Beat Nideröst at 7/17/2004 11:21:06 PM
I've written a service that generates PDF documents. It does this by
creating an instance of Adobe InDesign via COM and controlling it in such a
way that InDesign generates the desired PDF. Unfortunately, InDesign always
displays a user interrface when it is activated. The service normally is
ru... more >>
Problem sending custom command
Posted by Brent Horine at 7/15/2004 11:14:59 AM
I have a DOTNET based windows service with a OnCustomCommand(ByVal command
as Integer) override. I have another program with a ServiceController. I
can pause and continue using the ServiceController but cannot
ExecuteCommand(1). Error is "Cannot control (service name) service on
computer '.'.... more >>
How to control the windows services from a remote machine?
Posted by huskerchen NO[at]SPAM hotmail.com at 7/12/2004 1:50:44 PM
Hi, I need a master windows service which will monitor the status of
another working service on remote machines. The solution I am using
now is to use ServiceController to check the status of the remove
services. There is no problem for the (localhost) but when I want to
check the status of the ... more >>
Service, tray icon and system log off
Posted by Carlos Natal at 7/5/2004 6:52:25 PM
Hi all,
While creating a windows service using .NET and C# I had to call
myForm.ShowDialog() from within a thread I have created inside the OnStart()
method.
When this window is closed, my thread terminated and the tray icon displayed
is removed. The service runs ok while the user is logged... more >>
"Access denied" Debugging Windows Service
Posted by Fernando L?pez via .NET 247 at 7/3/2004 7:52:56 AM
Hi All,
I have a service developed in VB=2ENET, it runs ok (start, stop,=
continue, pause, etc) but when I try to attach it to debbugger=
the message "Access Denied"=2E My user has administrator,=
debbugger, VS developer permmissions, and My service has local=
System permissions=2E I need t... more >>
|