Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rgilchrist

    Two WIN Services using 1 executable

    Hi Chiph Thanks for the reply, but I have Service 1 + 2 as seperate classes that inherit from ServiceBase and have defined OnStart methods for each of them. But it still always starts Service 1. I am developing this in VS Studio, do you think it is doing somehting in the background? Cheers Rob
  2. rgilchrist

    Two WIN Services using 1 executable

    Hi I am trying to run 2 WIN Services from one executable, although both services install and run perfectly when installed on their own. When I use the code static void Main(string[] args) { ServiceBase sb1 = new Service1(); ServiceBase sb2 = new Service2(); sb1.ServiceName =...

Part and Inventory Search

Back
Top