Windows Service won't start

  • Thread starter Thread starter Al Wilkerson
  • Start date Start date
A

Al Wilkerson

Does anyone know why a windows service may install just fine, but not start.

I'm trying to start a .Net program via the NET Start command or within Admin
Tools->Services app.

The error message when trying to start the service is 1067.

Just looking for any ideas or feedback that may lead me to the right
direction to the cause and solution of this problem.


Thanks,
 
Al Wilkerson said:
Does anyone know why a windows service may install just fine, but not
start.

I'm trying to start a .Net program via the NET Start command or within
Admin Tools->Services app.

The error message when trying to start the service is 1067.

Just looking for any ideas or feedback that may lead me to the right
direction to the cause and solution of this problem.

1067 is a general error indicating a service failed to start successfully.
Not the most helpful of error messages.

Check your event logs and consult the .Net program's documentation,
FAQ, etc, and contact the author if necessary.
 
On Sun, 5 Feb 2006 23:02:00 -0600, "Al Wilkerson"

|Does anyone know why a windows service may install just fine, but not start.
|
|I'm trying to start a .Net program via the NET Start command or within Admin
|Tools->Services app.
|
|The error message when trying to start the service is 1067.
|
|Just looking for any ideas or feedback that may lead me to the right
|direction to the cause and solution of this problem.
|
|
|Thanks,

Ck Dependencies tab at C:\WINDOWS\system32\services.msc

HTH-Larry
Any advise is my attempt to contribute more than I have received but I can only assure you that it works on my PC. GOOD LUCK.
 
Back
Top