Re: Getting Error 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 extensi

2015-10-20 Thread Matt Akers
This worked perfectly!! Thank you! I will note I had to build the tags out inside system.web in my app.config. $YOURCODE$ On Friday, April 6, 2012 at 6:56:41 AM UTC-6, David Torres wrote: > > Hi, > > Make sure you have this line in your App.config or Web.config > > > > > Did you just

Re: Getting Error 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 extensi

2013-07-24 Thread Jonathan Shaltz
I think I found the problem: on my dev machine, I'd recently moved some libraries to a specific folder and updated the references, but that relative path did not apply on the server. The files were still present in the .exe's folder, which has usually worked fine for me, so I'm not sure why

Re: Getting Error 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 extensi

2013-07-22 Thread Anash P. Oommen (AdWords API Team)
Hi Jonathan, Most likely this is a assembly binding issue, could you run fuslogvw.exe and see if that's the case? http://msdn.microsoft.com/en-us/library/e74a18c4(v=vs.71).aspx Cheers, Anash On Friday, July 19, 2013 4:42:12 AM UTC+5:30, Jonathan Shaltz wrote: What else might be necessary?

Re: Getting Error 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 extensi

2013-07-18 Thread Jonathan Shaltz
What else might be necessary? My app runs on my local machine but not on any of several servers, though I have full admin rights there. The error message turns up little in search results, beyond this very forum and a few nearly-identical versions: The SoapListenerExtension class is not

Re: Getting Error 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 extensi

2012-04-09 Thread htech
hi David Torres, I am facing the same issue, I have made the changes in my app.config. yes its true we are migrated to 14.0.0. It was working absolutely correct till 29th feb can you suggest some other solution, regards On Friday, 6 April 2012 18:26:41 UTC+5:30, David Torres wrote: Hi, Make

Re: Getting Error 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 extensi

2012-04-06 Thread David Torres
Hi, Make sure you have this line in your App.config or Web.config add type=Google.Api.Ads.Common.Lib.SoapListenerExtension, Google.Ads.Common priority=1 group=0/ Did you just migrated to version = 14.0.0? Best, -David Torres - AdWords API Team On Tuesday, April 3, 2012 1:09:49 AM