I have a Visual Studio 2012 solution for my Azure cloud service. The solution has an MVC site in one project and a Windows service in another project. I would like to start the Windows service when starting in the web service.
I get an error that the service was not found in the corresponding / bin.
How do I get a Windows Service project to install in the appropriate / bin when I create or deploy it locally in Azure?
source
share