Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Service cannot start
Message
From
17/09/2010 01:40:45
 
 
To
16/09/2010 23:52:33
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01481547
Message ID:
01481550
Views:
58
>I have a Windows Service which is set in Automatic. So, once the PC reboots, it should start automatically. However, once it rebooted, the Windows Service did not start. I have this message in the Event Viewer:
>
>Service cannot be started. System.Runtime.InteropServices.COMException (0x80010002): L'appel a été annulé par le filtre de messages. (Exception from HRESULT: 0x80010002 (RPC_E_CALL_CANCELED))
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
> at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
> at System.Management.ManagementScope.InitializeGuts(Object o)
> at System.Management.ManagementScope.Initialize()
> at System.Management.ManagementObjectSearcher.Initialize()
> at System.Management.ManagementObjectSearcher.Get()
> at Framework.Framework.DriveInformation.GetDriveInformation()
> at DMIB.Main.OnStart(String[] args)
> at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
>
>Anyone knows what that means?
>
>It seems it tried to go in the service but failed in the Startup commands. But, when I start that service manually, it works.

In the Properties of the service, on the Log On tab, what type of account is it set to? If it's not a Local System account, have you provided a valid account name and password?
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform