Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.ServiceModel.Primitives 6.0.0 breaks AdmanagerUser.GetService calls #252

Open
Christoph-Wagner opened this issue Oct 17, 2023 · 1 comment
Labels

Comments

@Christoph-Wagner
Copy link

I’m not sure if this is a bug with this project, or WCF, but this somehow breaks the reflection for user.GetService<CreativeService>(); resulting in something like this:

MissingMethodException: Constructor on type 'Google.Api.Ads.AdManager.v202308.CreativeService' not found.

4.10.3 does not have that issue. I didn’t actually need that reference any longer (this was a service that started life as a .NET Framework 4 WCF Service), but as I just spent 2 hours debugging this weird issue, I thought it should at least be mentioned somewhere.

@AnashOommen
Copy link
Member

AnashOommen commented Oct 17, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants