System.IO.FileNotFoundException: Could not load file or assembly Version=1.0.0.0, Culture=neutral

Hello
Im running Hang fire using Sql server storage and im using recurring job as below :-RecurringJob.AddOrUpdate(“AutomaticRollBackReservedPoints”,x=>x.AutomaticRollBackReservedPointsEvent(), Cron.MinuteInterval(expiryBillProcessingTimerInterval));
i face this error as below
WARN Hangfire.Server.RecurringJobScheduler - Recurring job ‘AutomaticRollBackReservedPoints’ can not be scheduled due to job load exception. 8a025806-7f6e-427b-b87f-dd44823faf11
Hangfire.Common.JobLoadException: Could not load the job. See inner exception for the details. —> System.IO.FileNotFoundException: Could not load file or assembly ‘Elmx.BPP.ManagmentService, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’ or one of its dependencies.

Can someone help me to resolve this issue?

Dear Haytham,

Did you solve the issue ?