Distributed process from webapi with IoC

Hey there, I have many jobs who’s is started from a request into a WebApi with IoC using Unity but when my workers try to run that jobs the hangfire returns an error saying the binary isn’t found. My wish is to use hangfire and workers to distribute process between a VPS with a windows service running a hangfire client. I’ve already created Container for that’s Depenncy’s.

Does your Hangfire Server have access to that binary?