Hangfire.RecurringJobAdmin
Hangfire.RecurringJobAdmin copied to clipboard
Class not found when loading dll's dynamically
Hi, great plugin, awesome job :)
I'm loading dll's dynamically.
I'm not referencing them in the main project.
When i try to use the dashboard to change the cron i'm getting
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