I'm using the .NET client library. Here's the code:
Dictionary<string, string> dHeaders = new Dictionary<string, string>(); dHeaders.Add("email", sEmail); dHeaders.Add("clientEmail", sClientEmail); dHeaders.Add("password", sPassword); dHeaders.Add("useragent", ConfigurationManager.AppSettings["SiteBuilderUserAgent"]); dHeaders.Add("developerToken", ConfigurationManager.AppSettings["AdWordsDeveloperToken"]); AdWordsUser oUser = new AdWordsUser(dHeaders); This throws an "Exception has been thrown by the target of an invocation.". The InnerException is "Value cannot be null.\r\nParameter name: settings" I've tried instantiating the AdWordsUser object using the App.Config values from the client library examples as well - same error. Nick -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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