.NET Windows Service - multiple services in one project

前端 未结 3 2015
迷失自我
迷失自我 2020-12-28 15:23

Currently, I have a project with a Windows Service. I also created another \"Setup Project\" which installs the Windows Service.

My question is this: Can I add anot

3条回答
  •  再見小時候
    2020-12-28 16:22

    yes, you can have multiple services in the same project. Although they both use the same exe, they are loaded into different memory spaces and act independently of each other.

提交回复
热议问题