hi,
I have made the changes as suggested here but still getting this exception
below
*The SoapListenerExtension class is not loaded. The most possible cause for
this error is that you haven't registered
Google.Api.Ads.Common.Lib.SoapListenerExtension as a soap extension under
configuration/sy
On Thursday, 22 March 2012 01:30:13 UTC+5:30, TC wrote:
>
> Has anyone been able to successfully consume any of the web services and
> make successful calls? Specifically:
> https://adwords.google.com/api/adwords/o/v201109/TargetingIdeaService?wsdl
>
>
> I have looked at
> http://code.google.
Hi Anthony,
You could just take the latest version. You need a minimum
of Google.Ads.Common.dll and Google.AdWords.dll, plus your
App.Config/Web.config needs to look like
http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/App.config.
As yagmur sugg
I use src version because you can debug / step into code to figure things
out if and when you need it.
y
On Wed, Mar 21, 2012 at 5:40 PM, TC wrote:
> Which version do you suggest?
>
> awapi_dotnet_lib_signed_v14.0.0.zip
> awapi_dotnet_lib_v14.0.0.zip
> awapi_dotnet_lib_src_v14.0.0.zip
>
> TC
Which version do you suggest?
awapi_dotnet_lib_signed_v14.0.0.zip
awapi_dotnet_lib_v14.0.0.zip
awapi_dotnet_lib_src_v14.0.0.zip
TC
On Wednesday, March 21, 2012 4:13:06 PM UTC-5, yagmur wrote:
>
> Tony, you can add the project to your solution then reference the project
> instead of specifi
Tony, you can add the project to your solution then reference the project
instead of specific dlls.
yagmur
On Wed, Mar 21, 2012 at 5:08 PM, TC wrote:
> Are you recommending that I just reference the following .dlls in my web
> application?
>
> Google.Ads.Common.dll
> Google.Ads.OAuth.dll
> Goog
Are you recommending that I just reference the following .dlls in my web
application?
Google.Ads.Common.dll
Google.Ads.OAuth.dll
Google.AdWords.dll
Google.AdWords.Tests.dll
Microsoft.Practices.ServiceLocation.dll
nunit.framework.dll
OAuth.Net.Combined.dll
On Wednesday, March 21, 2012 3:13:58 PM
Has anyone been able to successfully consume any of the web services and
make successful calls? Specifically:
https://adwords.google.com/api/adwords/o/v201109/TargetingIdeaService?wsdl
I have looked at
http://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary
and changed the So