On Page: https://github.com/googleads/googleads-dotnet-lib/wiki/Specifying-separate-App.config-for-client-library
When setting up a seperate config for Adwords, the code states the following: <?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> <section name="DfpApi" type="System.Configuration.DictionarySectionHandler"/> </configSections> *<AdWordsApi configSource="AdWordsApi.config"/>* … </configuration> The correct code is: <?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> <section name="*AdWordsApi*" type="System.Configuration.DictionarySectionHandler"/> </configSections> *<AdWordsApi configSource="AdWordsApi.config"/>* … </configuration> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/1c199157-9671-4a71-8a6c-85579e39a305%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.