Hi, I'm trying to call the new API using c# and WCF. I'm able to create a service reference using the Visual Studio WCF wizard and the program is compiling gracefully. The issue is showing at runtime. When I try to call the "get" method for a "TargetingIdeaService" I recive the following Exception:
There was an error in serializing one of the headers in message getRequest: 'Unable to generate a temporary class (result=1). error CS0030: Cannot convert type 'GoogleAdwordsClient.GoogleAdWords2009Api.Type_AttributeMapEntry[]' to 'GoogleAdwordsClient.GoogleAdWords2009Api.Type_AttributeMapEntry' error CS0029: Cannot implicitly convert type 'GoogleAdwordsClient.GoogleAdWords2009Api.Type_AttributeMapEntry' to 'GoogleAdwordsClient.GoogleAdWords2009Api.Type_AttributeMapEntry[]' Anyone knows how to solve this issue? P.S.: I was looking at the .net client library too but I prefer to use the WCF implementation if possible. Thanks, Francesco --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
