Hi,
I came across the code below for Google Ads documentation.
However,method LoadFromDefaultAppConfigSection() does not exist in class GoogleAdsConfig
GoogleAdsConfig config = new GoogleAdsConfig();
config.LoadFromDefaultAppConfigSection();
GoogleAdsClient client = new GoogleAdsClient(config);
So I could not retrieve my credentials from the App.config file.
I supplied my credentials directly to GoogleAdsClient Config property and the application was ok.
Could you please fix this issue.
Kind regards
Hi,
I came across the code below for Google Ads documentation.
However,method LoadFromDefaultAppConfigSection() does not exist in class GoogleAdsConfig
GoogleAdsConfig config = new GoogleAdsConfig();
config.LoadFromDefaultAppConfigSection();
GoogleAdsClient client = new GoogleAdsClient(config);
So I could not retrieve my credentials from the App.config file.
I supplied my credentials directly to GoogleAdsClient Config property and the application was ok.
Could you please fix this issue.
Kind regards