Hi,

Simple call to get a service throws me this error:
System.MissingMethodException: Method not found: 'Grpc.Core.CallInvoker 
Grpc.Core.Interceptors.ChannelExtensions.Intercept(Grpc.Core.Channel, 
Grpc.Core.Interceptors.Interceptor)'.    
at Google.Ads.GoogleAds.Lib.GoogleAdsServiceClientFactory.GetService[
TService,TServiceSetting](ServiceTemplate`2 serviceTemplate, 
GoogleAdsConfig config)    
at 
Google.Ads.GoogleAds.Lib.GoogleAdsClient.GetService[TService,TServiceSetting](ServiceTemplate`
2 serviceTemplate)

This is the line that causes it:
CustomerServiceClient customerService = client.GetService(global::Google.Ads
.GoogleAds.Services.V3.CustomerService);

My relevant packages:
 <PackageReference Include="Google.Ads.GoogleAds" Version="2.8.0" />
 <PackageReference Include="Google.Apis.Auth.Mvc" Version="1.44.1" />
 <PackageReference Include="Google.Apis.Oauth2.v2" Version="1.44.1.1869" />
 <PackageReference Include="Google.Apis.ShoppingContent.v2_1" Version=
"1.44.1.1882" />

It's a class library, used in a web api project.
 <TargetFrameworks>net472;netcoreapp2.2</TargetFrameworks>

Please help to resolve the error. 

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/06f2fb6c-fc0a-476d-af5d-e00146bf42ab%40googlegroups.com.

Reply via email to