Re: NullReferenceException on DownloadReportToStream when downloading ad report

2012-03-27 Thread Joanna
Hi Anash, I found the reason for the error was the timeout. The value from the app config was not used in the request so when I have set it manually it was working. I will add this to the issues list. Best regards, Joanna W dniu poniedziałek, 12 marca 2012, 15:36:32 UTC+1 użytkownik Anash P.

Re: NullReferenceException on DownloadReportToStream when downloading ad report

2012-03-27 Thread Anash P. Oommen
Hi Joanna, I released a new version of the library that addresses this issue. Thanks for reporting the issue and identifying the cause. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 27 March 2012 16:01:40 UTC+5:30, Joanna wrote: Hi Anash, I found the reason for the error was the

Re: NullReferenceException on DownloadReportToStream when downloading ad report

2012-03-12 Thread Anash P. Oommen
Hi Joanna, Could you email your app.config (or the line number at which the code fails) to anash.p.oom...@google.com? The code looks perfectly fine, so I suspect it has something to do with the configuration settings. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, 1 March 2012

NullReferenceException on DownloadReportToStream when downloading ad report

2012-03-01 Thread Joanna
Hello, Since two weeks ago I cannot download the AD REPORT. I am using the API v201109 and the .net Google.Adwords library version 14. I query using the following report definition Predicate campaignPredicate = new Predicate(); campaignPredicate.field = CampaignName;