I want to turn on two services in the same time and i use the same .dll’s with both of them:
get strangest error:
windows service .net Cannot start service on computer '.'.
this error is after the first service is up and running,
How should i resolve this?
Thanks in advance.
You are actually going to need different names / paths for the two instances. The limitation is coming from windows. The alternative is to host in something like TopShelf which will allow you to quickly scale vertically in this way.