I have built a window application which i am trying to turn into service. I am easily able to install it but when i try to run that service , it shows:
Windows could not start the service on local computer error 1067. The process terminated unexpectedly.
In the event view property logs , error with event id 7034 is seen but no error description. Already searched a lot for solution but no success.
I also got same error some time back. This error has several reasons. One reason can be u are specifying some path to the file or location which the service is unable to read or write after it is installed.