Re: Configuration Sections app.Config

2014-02-21 Thread Jeremy K
; the .NET library but that bug was rejected. > > As a workaround, the project got some information how to access the API > from .NET without using the library. > > > Hope this helps > > > On Friday, February 21, 2014 3:52:24 PM UTC+1, Jeremy K wrote: >> >> Can

Re: Configuration Sections app.Config

2014-02-21 Thread Jeremy K
Can anyone help with this please? I'm still struggling to get this to work without an app.config On Friday, February 14, 2014 5:22:32 PM UTC, Jeremy K wrote: > Hi, > > I'm looking to take the AdWords c# .net sample and get it working in an > SSIS package, which will

Re: Unable to connect to the remote server

2014-02-19 Thread Jeremy K
This is resolved now by addressing the transparent proxy issues. Thanks for your help Danial On Friday, February 14, 2014 9:06:42 AM UTC, Jeremy K wrote: > Hi Danial, > > I've now made some progress - it seems that it works when connected to > Wifi, but not when connected th

Configuration Sections app.Config

2014-02-18 Thread Jeremy K
Hi, I'm looking to take the AdWords c# .net sample and get it working in an SSIS package, which will allow the use of .Net via a VSTA script. According to the best of my knowledge, a VSTA script will behave just like standard .net, but you can't give it an app.config. Therefore I understand

Re: Unable to connect to the remote server

2014-02-14 Thread Jeremy K
some "wrong" settings. > > I suggest checking with your network administrator. > > > -Danial, AdWords API Team. > > > On Wednesday, February 12, 2014 7:02:57 PM UTC+4, Jeremy K wrote: >> >> Hi Danial, >> >> Thanks for your reply. >> >

Re: Unable to connect to the remote server

2014-02-12 Thread Jeremy K
> Hello Jeremy, > > > Unfortunately we can not advise on the client side setup or network > issues. The error message sounds like a networking issue to me. Do you > happen to use a proxy / transparent proxy? > > > -Danial, AdWords API Team. > > > On Monday, February

Re: Unable to connect to the remote server

2014-02-10 Thread Jeremy K
e.com. > > > -Danial, AdWords API Team. > > > On Friday, February 7, 2014 4:48:08 PM UTC+4, Jeremy K wrote: >> >> Hi, >> >> Unfortunately I'm getting an error when I try to run GetCampaigns in the >> c# .net sample that I downloaded from: >

Re: Unable to connect to the remote server

2014-02-10 Thread Jeremy K
ning the app on. You'll need https port (443) to be accessible for *. > google.com. > > > -Danial, AdWords API Team. > > > On Friday, February 7, 2014 4:48:08 PM UTC+4, Jeremy K wrote: >> >> Hi, >> >> Unfortunately I'm getting an error when I tr

Unable to connect to the remote server

2014-02-07 Thread Jeremy K
Hi, Unfortunately I'm getting an error when I try to run GetCampaigns in the c# .net sample that I downloaded from: https://github.com/googleads/googleads-adwords-dotnet-lib/releases/tag/v16.6.0 What's frustrating is that a colleague has managed to get this working in ruby and I'm using the