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 -~----------~----~----~----~------~----~------~--~---