Co-hosted silo not loading grains #8309
Unanswered
mariuszklos
asked this question in
Q&A
Replies: 1 comment
-
Which packages are you referencing in your application?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have aspnet core project with Orleans 7.1. I keep on getting error "ArgumentException: Could not find an implementation for interface"
this is my app init code:
and this is how I am trying to get a grain and getting the exception:
var chatGrain = GrainFactory.GetGrain<IChatGrain>(chatId);
where
GrainFactory is IClusterClient
Grains are in a separate project and added as a reference to the web project.
Beta Was this translation helpful? Give feedback.
All reactions