This can occure if the path of the service executable file contains spaces.
Or if you have a file or folder that has the same name as a file or folder
in the path to your executable for the service.(Means:If your service
executable is located under Program Files , but you have another folder
named Programs,Windows will recognizes this first and tries to
run the executable from there.)To correct this navigate to :
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
\Services\Name Of Service\
Locate in the key of the affected Service in the right pane the entry:
ImagePath
Doubleclick it and add there quotation marks arround the complete
path of the Service .exe file.
Quit registry editor.
Note:This error has assigned the event ID 7000 in your System event log.
This solution is stated in the microsoft knowledge base.

|