Hi,
I have problem with constructor of AdwordsUser.
I use:
awapi_dotnet_lib_6.2.0
My code:
headers = New Dictionary(Of String, String)
headers.Add("CompanyName", "xyz")
headers.Add("DeveloperToken", "xyz")
headers.Add("Email", "xyz")
headers.Add("Password", "xyz")
headers.Add("ClientEmail", "xyz")
ret = New AdWordsUser(headers)
The value xyz I replace with the real values...
I get error:
"The given key was not present in the dictionary."
Where is a problem?
Thanks
--
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.