question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Method not found exception "Void Grpc.Core.ClientBase`1..ctor(Grpc.Core.Channel)"

See original GitHub issue

Method not found exception while DatastoreClient.Create “Void Grpc.Core.ClientBase`1…ctor(Grpc.Core.Channel)” after updating to newest set from Nuget:

image

image

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
jskeetcommented, Sep 10, 2019

Great! I suspect there was some lingering binary around that had a reference to Grpc.Core 2.x. Will close this now, as it sounds like you’re sorted.

0reactions
hhblazecommented, Sep 10, 2019

I have restored working set from repo and then updated in nuget all except GRPC libs. After update I have received new GRPC.Core.Api of v. 1.22 and other 2 GRPCs were update to 1.22 either. I got following pic.

image

Removed bin obj. After start all was working.

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - Grpc.Core updated to 2.23, System. ...
Grpc.Core updated to 2.23, System.MissingMethodException: Method not found: Void Grpc.Core.ClientBase`1..ctor(Grpc.Core.Channel).
Read more >
why am I getting "Method not found: Google.Api.Gax.Grpc. ...
Once I did this and ran my code, I immediately got the same "Method not found: Google.Api.Gax.Grpc.ClientHelper..ctor(Google.Api.Gax.Grpc.
Read more >
'Void Google.Apis.Util.Store.FileDataStore..ctor(System.String ...
Coding example for the question Method not found: 'Void Google.Apis.Util.Store.FileDataStore..ctor(System.String)'-Asp.Net-Mvc.
Read more >
Troubleshoot gRPC on .NET
Call a gRPC service with an untrusted/invalid certificate. The .NET gRPC client requires the service to have a trusted certificate. The ...
Read more >
gRPC for .NET configuration
Learn how to use gRPC interceptors on . NET. Learn how to test gRPC services in ASP.NET Core apps. Learn how to create...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found