Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Service cannot start
Message
De
17/09/2010 01:40:45
 
 
À
16/09/2010 23:52:33
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01481547
Message ID:
01481550
Vues:
57
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform