Re: Object reference not set to an instance of an object on production server, but works in Localhost

2014-01-01 Thread Stephane
By the way, we are hosted on Microsoft Azure. Thanks, Stéphane On Wednesday, January 1, 2014 9:17:05 AM UTC-5, Stephane wrote: Hi Anash, Thanks for the reply. Fiddler works great in localhost, but I'm not sure I can't get it to work on the remote server. Adwords API is working great on

Re: Object reference not set to an instance of an object on production server, but works in Localhost

2014-01-01 Thread Stephane
After some other tests, I keep getting this error: System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. --- System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.

Object reference not set to an instance of an object on production server, but works in Localhost

2013-12-31 Thread Stephane
Hi, We ran into a weird problem. We use the report definition service to update some reports. While it's working pretty well when we use localhost, it stopped working on our production servers few days ago. The error is: Object reference not set to an instance of an object. stackTrace:at

Re: Object reference not set to an instance of an object on production server, but works in Localhost

2013-12-31 Thread Anash P. Oommen (AdWords API Team)
Hi Stephane, The only reason I could think of is a NullReferenceException on this line: https://github.com/googleads/googleads-adwords-dotnet-lib/blob/master/src/AdWords/Util/Reports/ReportUtilities.cs#L285. But that happens only if the Http connection failed without any response from the