I had to add Hangfire in my DI in two projects in one solution. I found that there was something wrong and I got an error
"Unable to resolve service for type 'service1' while attempting to activate ''service 2". Is there any way to fix it?
It means that I had to work with two projects in my test project and I wanted to use two separate instances of the Hnagfire, but I got an error.
I had to add Hangfire in my DI in two projects in one solution. I found that there was something wrong and I got an error "Unable to resolve service for type 'service1' while attempting to activate ''service 2". Is there any way to fix it? It means that I had to work with two projects in my test project and I wanted to use two separate instances of the Hnagfire, but I got an error.