P
Petru Metgher
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?
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?