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!
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!