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
And I have a grain with name is BasketActor
Then when I want to persistence my state with IPersistence
I am getting error this;
** Error while validating the service descriptor 'ServiceType:Basket.Actors.IBasketActor Lifetime: Transient ImplementationType: Basket.Actors.BasketActor': Unable to resolve service for type 'Orleans.Runtime.IPersistentState`1Basket.Actors.BasketState]' while attempting to activate 'Basket.Actors.BasketActor'.**
I've mentioned before in discord
Thanks.
The text was updated successfully, but these errors were encountered:
onurcanyilmaz
changed the title
Unable to resolve service for type 'Orleans.Runtime.IPersistentState
Unable to resolve service for type Orleans.Runtime.IPersistentState
Oct 17, 2022
I have aspnet core web api project, so I wanted to use Redis provider for clustering and storage.
Program.cs was like this
And I have a grain with name is BasketActor
Then when I want to persistence my state with IPersistence
And I have a grain with name is BasketActor
Then when I want to persistence my state with IPersistence
I am getting error this;
** Error while validating the service descriptor 'ServiceType:Basket.Actors.IBasketActor Lifetime: Transient ImplementationType: Basket.Actors.BasketActor': Unable to resolve service for type 'Orleans.Runtime.IPersistentState`1Basket.Actors.BasketState]' while attempting to activate 'Basket.Actors.BasketActor'.**
I've mentioned before in discord
Thanks.
The text was updated successfully, but these errors were encountered: