Up and running. Your problem was that you had several startuphandlers running which called UseHangFireServer (which you maybe forgot about). Calling UseHangFireServer directly without either setting the LogProvider to a specific one, or null, will yield this error since HangFire then tries to fallback to reflection to see if any of its supported LoggingFrameworks are present in the app.
When i started from scratch and made sure you only had one OwinStartupHandler which called UseCompositeC1ContribScheduledTasks everything works fine.
Updated and working zip-file is located here https://dl.dropboxusercontent.com/u/153053/compositeC1-4.3-nime.zip
When i started from scratch and made sure you only had one OwinStartupHandler which called UseCompositeC1ContribScheduledTasks everything works fine.
Updated and working zip-file is located here https://dl.dropboxusercontent.com/u/153053/compositeC1-4.3-nime.zip