Hi Thomas,

did you find a solution? I face the same problem and have no idea why
this error emerges. I'd appreciate every hint that helps.
Thank you!

#Jo


On 7 Jul., 12:56, Thomas D <thomas.dico...@gmail.com> wrote:
> Hello,
> I'm trying to instantiate a new AdWordsUser, for that I use the App.Config
> file by changing the parameters:
>
> <add key="ProxyServer" value="http://myproxy.mydomain:8080"/>
> <add key="ProxyUser" value="Thomas"/>
> <add key="ProxyPassword" value="pwd"/>
> <add key="ProxyDomain" value="MyDomain"/>
>
> in my Main method:
>
> static void Main(string[] args)
> {
>    AdWordsUser user = new AdWordsUser();
>
> }
>
> But when I run my project, I get an error 407: proxy authentication
> required.
>
> My proxy parameters are correct, I have check them in another project which
> need proxy authentication.
>
> Am I doing something wrong?
>
> I'm using v201101 of the API and visual studio 2010
>
> Thanks for your answers
>
> Thomas

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to