Re: .Net Client Library App.config issue with soap extension types.

2013-08-14 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, Did you add a reference to Google.Ads.Common.dll? It is in the lib folder in the binary download. Or if you are using the nugethttps://www.nuget.org/packages/Google.AdWords/package, the dependencies will be setup properly. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday,

.Net Client Library App.config issue with soap extension types.

2013-08-02 Thread Chris Jenkins
Having a small issue here. I'm trying to run the following code: using System; using Google.Api.Ads.AdWords.v201306; using Google.Api.Ads.AdWords.Lib; namespace CodeTest2 { class Program { static void Main(string[] args) { // Create an AdWordsUser with whatever configuration is available