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
GrainService contained in the constructor parameters of Grain, When I use browser to access this grain's [HttpGet] interface go wrong:
InvalidOperationException: : Unable to resolve service for type 'IGrains.IDataGrainServiceClient' while attempting to activate 'Grains.GameGrain'.
IGrains.IDataGrainServiceClient is GrainService
Is it a problem with the version?
my orleans version is 3.x
anyone who can help? Thanks!
The text was updated successfully, but these errors were encountered:
GrainService contained in the constructor parameters of Grain, When I use browser to access this grain's [HttpGet] interface go wrong:
InvalidOperationException: : Unable to resolve service for type 'IGrains.IDataGrainServiceClient' while attempting to activate 'Grains.GameGrain'.
IGrains.IDataGrainServiceClient is GrainService
Is it a problem with the version?
my orleans version is 3.x
anyone who can help? Thanks!
The text was updated successfully, but these errors were encountered: