I am ugrading an Umbraco 8 system to Umbraco 13, and as part of the upgrade, the name of the dll changed from XXX.dll to XXX13.dll Everything is working except Hangfire, which when I attempt to view the jobs, is looking for x.dll.
For example when I use the Hangfire dashboard, and attempt to view the recurring jobs, I get an error like the one below. Does anyone know where it is getting the dll name from?
The dashboard does appear to be talking to the database, as it shows items from the database.
Thanks
Kap.
Hangfire.Common.JobLoadException: Could not load the job. See inner exception for the details.
---> System.IO.FileNotFoundException: Could not load file or assembly 'XXX, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'XXX, Culture=neutral, PublicKeyToken=null'
at System.Reflection.RuntimeAssembly.
Never mind - it appears that the jobs themselves have the dll in the database. Will try amending the entry in the database and see if that helps - if not I can delete them and add new ones.
Umbraco Upgrade Hangfire looking for wrong dll
Hi All,
I am ugrading an Umbraco 8 system to Umbraco 13, and as part of the upgrade, the name of the dll changed from XXX.dll to XXX13.dll Everything is working except Hangfire, which when I attempt to view the jobs, is looking for x.dll.
For example when I use the Hangfire dashboard, and attempt to view the recurring jobs, I get an error like the one below. Does anyone know where it is getting the dll name from?
The dashboard does appear to be talking to the database, as it shows items from the database.
Thanks
Kap.
Hangfire.Common.JobLoadException: Could not load the job. See inner exception for the details. ---> System.IO.FileNotFoundException: Could not load file or assembly 'XXX, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified. File name: 'XXX, Culture=neutral, PublicKeyToken=null' at System.Reflection.RuntimeAssembly.
Never mind - it appears that the jobs themselves have the dll in the database. Will try amending the entry in the database and see if that helps - if not I can delete them and add new ones.
is working on a reply...