Re: Sandbox Adwords API throwing argument exception: Unknown service type

2012-06-29 Thread Sean OBrien
Thanks! Sean OBrien - sent from Android On Jun 29, 2012 5:28 PM, "Kevin Winter" wrote: > Hi Sean, > The v13 account service and v200909 that you reference above have been > sunset. You will need to upgrade your DotNet library to a more recent > version. This DotNet example will get your sand

Re: Sandbox Adwords API throwing argument exception: Unknown service type

2012-06-29 Thread Kevin Winter
Hi Sean, The v13 account service and v200909 that you reference above have been sunset. You will need to upgrade your DotNet library to a more recent version. This DotNet example will get your sandbox accounts, summing you have initialized the account with a call to GetAllCampaigns: http:/

Re: Sandbox Adwords API throwing argument exception: Unknown service type

2012-06-29 Thread Sean OBrien
Apologies, I forgot to mention that the error I am getting is argument exception: Unknown service type in this line of code: AccountService accountService = (AccountService)user.GetService( AdWordsService.v13.AccountService); -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also