.NET AdWords Client lib Download Report Error bug.

2013-08-07 Thread Chris Jenkins
I'm just starting to dig into the api and I'm having an issue when I'm calling reports. I've tried various reports, but they all fail. I'm sure it has something to do with the way I'm setting it up, but the exception it throws never has anything in the error. It just says this:

.Net Client Library App.config issue with soap extension types.

2013-08-02 Thread Chris Jenkins
Having a small issue here. I'm trying to run the following code: using System; using Google.Api.Ads.AdWords.v201306; using Google.Api.Ads.AdWords.Lib; namespace CodeTest2 { class Program { static void Main(string[] args) { // Create an AdWordsUser with whatever configuration is available