Hangfire.RecurringJobAdmin icon indicating copy to clipboard operation
Hangfire.RecurringJobAdmin copied to clipboard

Class not found when loading dll's dynamically

Open inginheiiro opened this issue 3 years ago • 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

inginheiiro avatar Apr 14 '21 17:04 inginheiiro

me too

OldKing-lion avatar Dec 03 '21 04:12 OldKing-lion

Can you fix this issue please.

cetins32 avatar Jun 07 '23 09:06 cetins32

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

in StorageAssemblySingleton. cs SetCurrentAssembly method

hangfireadd

cetins32 avatar Jun 07 '23 13:06 cetins32