Hello,
I have put all my Adwords functionality in one single DLL, and several applications are using the relative functionality.
Therefore I cannot use the configuration in the app.config, and found a possibility to define the relative parameters directly in my code (reading from a ini file).
To make it work I had set the AdwordsAppConfig.EnableSoapExtension property to true.
In the API 201708 this property seems to not exist anymore, and the following code fails:
SoapExtensions.RegisterSoapExtension( "Google.Api.Ads.Common.Lib.SoapListenerExtension, Google.Ads.Common", 1, priorityGroup.Low )
What I do need to change?
Thank you very much!
Wolfgang
P.S. I'm not using C#, but X#, a Xbase language