I have an ASP.NET Core gRPC Service which works fine with the InProcess hosting model.
But I get the following error when I change it to the OutOfProcess hosting model.
I have to run the service as an OutOfProcess hosting model.
Appreciate any explanation or solution to the problem.