G
Guest
HI
I need some help in writing More than one Service run within the same process
I am writing NT service in C#. And the issue is I am trying to write
multiple services with in the same process. I am reading a config file vale
and looping the values to create services.
For example: Config File Has a Key “ServicesToRun“ And Value is
“SerOne;SerTwo;SerThreeâ€
I want to read the values and create three services. And also install three
services
Service Name should be
SerOne
SerTwo
SerThree
Thanks in advance
NIK
I need some help in writing More than one Service run within the same process
I am writing NT service in C#. And the issue is I am trying to write
multiple services with in the same process. I am reading a config file vale
and looping the values to create services.
For example: Config File Has a Key “ServicesToRun“ And Value is
“SerOne;SerTwo;SerThreeâ€
I want to read the values and create three services. And also install three
services
Service Name should be
SerOne
SerTwo
SerThree
Thanks in advance
NIK