0

I'm trying to run a service in my local and this is what I get from the error log.Error Log

I tried searching on how to install the service but there are none that show on how to install it.

Konamiman
  • 49,681
  • 17
  • 108
  • 138
ethan
  • 11
  • 4

1 Answers1

0

I think these answers here can answer your question.

But basically, first you need to install your service using

your_service.exe install

And then, you can start it using

your_service.exe start

More command line options here

Koray Elbek
  • 794
  • 5
  • 13