Is this supposed to work?

I have two hangfire deployments, both are azure app services:

#1 - Setup as just a dashboard
#2 - Setup as a hangfire server (no dashboard).

When I login to the dashboard deployment, it shows the job that were registered when #2 came online. But it says it cannot file the DLLs on the Recurring jobs screen:

" Could not load file or assembly ‘BLAH.BLAH, Culture=neutral, PublicKeyToken=null’. The system cannot find the file specified."

In Project #1, add a reference to project #2.

The dashboard needs to be able to see everything from #2 in order for it to be able to trigger jobs, etc.