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 derfloh 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: *

  • Users: rgilchrist
  • Content: Threads
  • Order by date
  1. 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