bamotav/Hangfire.RecurringJobAdmin

Class not found when loading dll's dynamically

Opened this issue · 3 comments

Hi, great plugin, awesome job :)

I'm loading dll's dynamically.
I'm not referencing them in the main project.
image
When i try to use the dashboard to change the cron i'm getting
image

note: i'm using .UseRecurringJobAdmin(true,typeof(Startup).Assembly) in the main class, but like i said, I'm not referencing the loaded dll's in the main project...

any workaround for this?

thanks

me too

Can you fix this issue please.

Hi . i downloaded source code and i changed includeReferences = false to includeReferences = true . it works fine

in StorageAssemblySingleton. cs SetCurrentAssembly method

hangfireadd