question

ChristianHavel-3716 avatar image
0 Votes"
ChristianHavel-3716 asked BobJohnson-6874 edited

Invoke from .NET 4.8 client a .NET Core 3.1 gRPC service

Hi, I can successfully use a gRPC service (.NET Core 3.1) from my .NET Core 3.1 client. Now I want to use a gRPC .NET Framework 4.8 client to use the gRPC service (.NET Core 3.1). Here (supported-platforms I found the following information: gRPC on .NET supports .NET Core 3 and .NET 5 or later. .NET 5 or later .NET Core 3 gRPC on .NET doesn't support running on .NET Framework and Xamarin. gRPC C# core-library is a third party library that supports .NET Framework and Xamarin. gRPC C-core is not supported by Microsoft. I try to run use the gRPC C# core-library, but still have a problem to invoke the gRPC service. 80168-grpcexception.png

vs-general
grpcexception.png (7.5 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers