My current solution has a Windows form Application as well as a Service Host.
My question is the current process for building and deploying both.
The Service Host will be hosted on the machine on which it is built.
The Windows Form Application should be deployed to a windows share location.
If I right click the Windows Form application and go through the publish process I assume this won't involve the Service Library Project at all.
If this goes according to plan I would then simply need to run services.msc to start my service host.
Does this sound correct.