Re: .NET API: AdwordsAppConfig.EnableSoapExtension not more available in API 201708

2017-08-23 Thread Wolfgang Riedmann
Hi Anash, thank you very much for your fast answer! I have removed the call and my applications now work also with the new API version. Wolfgang P.S. your team gives a very good and fast support -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: htt

Re: .NET API: AdwordsAppConfig.EnableSoapExtension not more available in API 201708

2017-08-23 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Wolfgang, As of v201708, the .NET library's logging doesn't depend on Soap Extension, so you can remove to call to EnableSoapExtension AND SoapExtensions.RegisterSoapExtension calls. If you need to capture SOAP logs, then you'd have to create a TraceSource

.NET API: AdwordsAppConfig.EnableSoapExtension not more available in API 201708

2017-08-22 Thread Wolfgang Riedmann
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).