RE: Outlook WebServices WSE



AFAIK - there's no problem adding a 'YourDllName.config', and during runtime
it'll be read just the same.
You need to add a "settings" file to your project, and at runtime have it in
the same directory as the DLL.

Ariel

"Petru Metgher" wrote:

> I have am Outlook application which use web services.
> But web services are securized using WSE.3.0
>
> Outlook Add-in cannot load section name="microsoft.web.services2
> <configSections>
>
> <section name="microsoft.web.services2"
> type="Microsoft.Web.Services2.Configuration.WebServicesConfiguration,
> Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35" />
>
> </configSections>
>
> because hi hon't have app.config.
>
> How to load this section using C # code?
>
> or Other ideas how to solve this problem?
>
>
>
.



Relevant Pages