Multiple Instances Of A Service

  • Thread starter Thread starter garyivy
  • Start date Start date
G

garyivy

I have written a .net windows service in vb. net. I now want to run
"multiple versions of it". I changed the the servicename and the
displayname in the service installer. I ran it. It said the service
was already installed. Do I have to copy to a new location?

Thanks.

Gary Ivy
 
I have written a .net windows service in vb. net. I now want to run
"multiple versions of it". I changed the the servicename and the
displayname in the service installer. I ran it. It said the service
was already installed. Do I have to copy to a new location?

Thanks.

Gary Ivy

No, you have to change the name of the *.exe

Is it possible to create a threaded version of the app and run multiple
instances of a method on each of the threads?
 
Back
Top