Windows Service project – are you missing a using directive or an assembly reference?

I created a new solution. Added my test project (command.handler.tests) Added a Windows Service project (command.handler.service) Added a class library project for all my code to sit in (command.handler) As this was an empty stub to just deploy as a first pass I got the command.handler.service to call the command.handler every time it started and… Read More Windows Service project – are you missing a using directive or an assembly reference?