Corrected issue by adding Hangfire namespace as avdised.
Oh boy...don't I feel silly now. Added it and of course I'm all set. Sorry for the inconvenience.
Hi Here
I instlled it on MyOrg.MyProject.HttpApi.Host
Hello
I am having issues using hangfire when creating the project and adding the module using the CLI. I followed the instructions here I created my solution using this CLI command
abp new MyOrg.MyProject -t app --ui none -d ef -dbms SqlServer
Then added the package using abp add-package Volo.Abp.BackgroundJobs.HangFire
Opened MyOrg.MyProject.HttpApi.Host.MyProjectHttpApiHostModule
And was trying to add context.Services.AddHangfire(config => { config.UseSqlServerStorage(configuration.GetConnectionString("Default")); });
However, "context.Services.AddHangfire" is not available.
Am I missing a step or dependency?