Answers for "The name 'GrpcClient' does not exist in the current context GrpcGreeterClient"

0

The name 'GrpcClient' does not exist in the current context GrpcGreeterClient

GrpcGreeterClient.csproj delete this part

<ItemGroup>
    <Protobuf Include="Protos\greet.proto" GrpcServices="Server" />
</ItemGroup>

compile and then add the line again, and it worked without issue
Posted by: Guest on April-17-2021

Code answers related to "The name 'GrpcClient' does not exist in the current context GrpcGreeterClient"

Browse Popular Code Answers by Language