Job name issue on Dashboard

I’m running a windows service that uses hangfire to manage it’s tasks. I have a separate website to display the hangfire dashboard. The job runs fine, but the dashboard displays “Can not find the target method.” for the job name and an error on the Reoccurring Jobs page in the Job column. Does the app that hosts the dashboard need a reference to the jobs libraries? Is there a way to tell it what the job name is rather than it inferring it?

See Using Dashboard remotely with no assembly references.

Yes you have to add a reference to the library where the methods or functions executed in your Job are resident.