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

Strong name signature could not be verified in .NET Framework 4.7.2 app #437

Closed
hakimio opened this issue Aug 3, 2022 · 3 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@hakimio
Copy link

hakimio commented Aug 3, 2022

Describe the bug:

I am getting the following error when trying to use the library with .NET Framework 4.7.2:

Could not load file or assembly 'Google.Ads.Gax' or one of its dependencies. Strong name signature could not be verified.  The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)

Steps to Reproduce:
Try to use the latest version of the library in .NET Framework 4.7.2 application.

Expected behavior:

No errors.

Client library version and API version:
Client library version: 13.0.1
Google Ads API version: 11
.NET version: 4.7.2
Operating system: Windows 10
Google.Ads.Gax: 1.0.2

@hakimio hakimio added the bug Something isn't working label Aug 3, 2022
@hakimio
Copy link
Author

hakimio commented Aug 3, 2022

Version 12.1.0 with Google.Ads.Gax: 1.0.1 works as expected.

@AnashOommen
Copy link
Member

@hakimio Thank you for catching this issue. I switched the compilation process from Windows to Linux in this release, so perhaps the assembly signing process broke. I'll take a look. For now, kindly stay on v12.1.0.

@hakimio
Copy link
Author

hakimio commented Aug 4, 2022

Thanks for fixing this so fast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants