Hello Andy, Yes, v13 is supported, but there are a few changes that you need to make to the source code or else v12 will be used. Those changes are outlined in the README file:
http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/README?r=39 Specifically: The client library normally defaults to a single version (i.e. v12). However, it may support more than one version at a time. In order to use a different version of API the following updates should be made. In src/lib/AdWordsUser.cs, update the following lines with the desired version. using com.google.api.adwords.vXX; const String LAST_VERSION = "vXX"; const int MAX_WEB_SERVICES = XX; Also, in src/examples/Examples.cs, update the following line with the desired version. using com.google.api.adwords.vXX; Cheers, -Jeff Posnick, AdWords API Team On Dec 7, 11:19 am, Andy <[EMAIL PROTECTED]> wrote: > Hi, > I downloaded "google-api-adwords-dotnet" client for .NET that should > support v13, but I can't get it working. > I get an exception when I want to initialize a user: > > System.ArgumentException : Object of type > 'com.google.api.adwords.v12.email' cannot be converted to type > 'com.google.api.adwords.v13.email' > > I think the problem is that lib.AdWordsUser supports only v12, because > when I dive into it's code its using: > > using com.google.api.adwords.v12; > > .. so now I don't understand, does it really supports v13 or not? > > PS: I initizalize the user like this: AdWordsUser user = new > AdWordsUser("v13"); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---