Hello,
I have try to build class library with newest google ads api .NET library for my delphi project, but i always getting error
Could not load file or assembly 'Google.Apis.Auth, Version=1.46.0.0.
what i do :
1. I create some procedure which i need in my Delphi app
2. I export my c# dll with ExportDLL nuget
3. I debug test on my dll with My Delphi app as Start External Program
4. Always geting error when hit this process
GoogleAdsServiceClient googleAdsServiceClient = client.GetService(Services.V6.GoogleAdsService);
is google ads library use google.apis.auth with multiple version? can you help me how to solve this?
Thanks,
Regards