Unable to cast object of type Google.Api.Ads.Adwords.v201209.ManagedCustomerService to type Google.Api.Ads.Common.Lib.AdsClient Another discussion addresses this topic:

2013-05-13 Thread sushant
> > Hi, > I am using Google.Adwords.dll and Google.Ads.Common.dll in script task of > one of my SSIS package to download data files. > This code works well on my local machine. However it fails on one of our > test server (both local & test machines are x64 bit) with the following > error >

Re: Unable to cast object of type Google.Api.Ads.Adwords.v201209.ManagedCustomerService to type Google.Api.Ads.Common.Lib.AdsClient Another discussion addresses this topic:

2013-05-13 Thread sushant
I resolved this issue... I found entries of SoapListener of Google.DFA.dll in DTSExec.exe.config and DtsDebugHost.exe.config. This entry was the cause of the error. I removed that entry from the config files and things worked for me. Thanks... On Tuesday, May 14, 2013 8:37:15 AM UTC+5:30,

Re: Unable to cast object of type Google.Api.Ads.Adwords.v201209.ManagedCustomerService to type Google.Api.Ads.Common.Lib.AdsClient Another discussion addresses this topic:

2013-05-14 Thread Anash P. Oommen (AdWords API Team)
Hi Sushant, Thanks for providing the troubleshooting step. Could you open an issue at https://code.google.com/p/google-api-adwords-dotnet/issues/list? I can add this to the troubleshooting wiki. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, May 13, 2013 10:06:49 PM UTC-7, sushant wr