Multiple Instances Of A Service

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
 
J

John Bailo

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top