hi all, i have made windows service and its working fine. but i want that
multiple instaces of that application should run. The problem is that each
windows service will have its own configuration file,supplied by the front
end of service.
i have tried to make the seperate installers of that application/service
but it removes the previous version before installing the new version, i have
changed names of service, its executable etc it version as well but noting is
working.
what i want is that my windows service have multiple instances running in
same application so that each service reads it own ini and perform tasks.
Ignacio Machin ( .NET/ C# MVP ) - 22 Feb 2008 12:38 GMT
Hi,
> hi all, i have made windows service and its working fine. but i want that
> multiple instaces of that application should run. The problem is that each
[quoted text clipped - 9 lines]
> what i want is that my windows service have multiple instances running in
> same application so that each service reads it own ini and perform tasks.
Take a look in the archives, an approach for this has been posted before.
tasleem - 22 Feb 2008 12:54 GMT
thanks for ur quick answer, i was able to solve to my own i added the new
installer and changed the name and display name of service and it worked..
> Hi,
>
[quoted text clipped - 13 lines]
>
> Take a look in the archives, an approach for this has been posted before.
tasleem - 22 Feb 2008 12:56 GMT
by the way how to view archives i have used search for text box and perform
search but no results were shown. or archives is some thing else.
> hi all, i have made windows service and its working fine. but i want that
> multiple instaces of that application should run. The problem is that each
[quoted text clipped - 7 lines]
> what i want is that my windows service have multiple instances running in
> same application so that each service reads it own ini and perform tasks.