You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on one project in Web API core 6. I am implement Azure Bus Service. pleasee guide me for this issue.
Problem Statement:-
After implemented Azure Service Bus
We are facing one issue. Error message As "Castl.MicroKernel.ComponentNotFoundException:No component for supporting the service IEnumerable was found." Also attached screenshot for the reference.
We are using Castle Windsor version 5.1.2, dependency injection to register the service in dotnet core Web API 6 project.
To implementing Azure Service Bus there is our custom nuget package using that it register the send queue, receive queue and serilog for logging.
Our Understanding:
We have to register the IEnumerable in Castle Windsor. But I am faild to register the service.
Below Screenshot:
The text was updated successfully, but these errors were encountered:
I am working on one project in Web API core 6. I am implement Azure Bus Service. pleasee guide me for this issue.
Problem Statement:-
After implemented Azure Service Bus
We are facing one issue. Error message As "Castl.MicroKernel.ComponentNotFoundException:No component for supporting the service IEnumerable was found." Also attached screenshot for the reference.
We are using Castle Windsor version 5.1.2, dependency injection to register the service in dotnet core Web API 6 project.
To implementing Azure Service Bus there is our custom nuget package using that it register the send queue, receive queue and serilog for logging.
Our Understanding:
We have to register the IEnumerable in Castle Windsor. But I am faild to register the service.
Below Screenshot:
The text was updated successfully, but these errors were encountered: