Dependencies of Hangfire client code at Hangfire Server while executing the job fetched from db
问题 I am using Hangfire to trigger a task daily. I have made two solutions. One for Hangfire Client and another for Hangfire Server. The task is to make a call to another API. When I run this Hangfire client, it is adding the job to MongoDB Successfully. But when Server solution is ran, It is throwing an error : Could not load file or assembly 'schedulingclient.Web, Culture=neutral, PublicKeyToken=93cadf9107ebec2e'. The system cannot find the file specified. scheduling client is the API and also