I just wanted to say that there way to solve this.

You can also do like this:
DfpUser user = new DfpUser();
DfpAppConfig config = (DfpAppConfig)user.Config;
config.EnableSoapExtension = false;

This effectively disables the soaplistener extension. This worked for me. 
In the entire part you can also add things like
config.OAuth2Mode = Google.Api.Ads.Common.Lib.OAuth2Flow.SERVICE_ACCOUNT;
config.OAuth2SecretsJsonPath ="<json secret file>";
config.NetworkCode = "<Your network code>";



On Friday, 16 October 2015 04:30:23 UTC+2, Senthil Palaniswami wrote:

> I am using the API in SQL server SSIS Package in script task with C# to 
> get the data into SQL Server database. 
>  
> the same code is working good in C# Console application with App.Config 
> file, but it is not working in SSIS.  Please assist.
>  
>  
> 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/system.web/webServices/soapExtensionTypes in your your 
> App.config or Web.config. See the sample App.config for details on how to 
> register soap extensions.
>  
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8f6395b4-5f35-4fda-a2e8-0278a91a12a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to