Hi Jeremy,
Just checking, did this issue get fixed for you?
Cheers,
Anash
On Friday, February 21, 2014 12:39:03 PM UTC-5, Jeremy K wrote:
>
> Thanks both for the replies,
>
> I'll give this a go. It does sound like its missing some sort of reference
> as its just crashing straight away even
Thanks both for the replies,
I'll give this a go. It does sound like its missing some sort of reference
as its just crashing straight away even when I try something simple like
AdWordsUser user = new AdWordsUser();
On Friday, February 21, 2014 3:25:21 PM UTC, Zweitze wrote:
> You also need to
Hi Jeremy,
Try this:
AdWordsUser user = new AdWordsUser();
AdWordsAppConfig config = (AdWordsAppConfig) user.Config;
config.DeveloperToken = "xxx";
You can set all the keys under AdWordsApi node this way. There are some
others for which you'd still need to use the config file itself.
Specifica
You also need to register the SoapListenerExtension - which is normally
done in app.config, in
If you leave that out, you get an error that an assembly could not be
loaded. Is that the case?
I don't know how to work around this. Once this was submitted as a bug for
the .NET library but that
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 allow the use of .Net via
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