<cryptography> settings element breaks in SP2 or SP3



I have a WSE server app that uses the <cryptography> element in the
configuration (seen below). This worked perfectly in WSE sp1, but when I
upgraded to SP2 and then to SP3, I get the following soap fault from any WSE
web service call. I know there is not a problem with the config file, it
worked in sp1 and it is correct according to the sp3 documentation. What is
happening here?

System.Web.Services.Protocols.SoapHeaderException: Server unavailable,
please try later ---> System.Configuration.ConfigurationException: WSE032:
There was an error loading the microsoft.web.services2 configuration
section. ---> System.Configuration.ConfigurationException: WSE028: An
unrecognized configuration element was found: cryptography.

<microsoft.web.services2>
<security>
<cryptography>
<encryptionFormatters>
<add uri="urn:myEncryptionFormatter:algUri:1"
type="MyLibrary.MyEncryptionFormatter, MyLibrary, Version=1.0.2.0,
Culture=neutral, PublicKeyToken=xxxx"
/>
</encryptionFormatters>
</cryptography>
</security>
<diagnostics />
</microsoft.web.services2>


.



Relevant Pages

  • in sp2/sp3
    ... I have a WSE server app that uses the <cryptography> element in the ... This worked perfectly in WSE sp1, ... There was an error loading the microsoft.web.services2 configuration ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • settings element breaks in sp2 or sp3
    ... I have a WSE server app that uses the <cryptography> element in the ... This worked perfectly in WSE sp1, ... There was an error loading the microsoft.web.services2 configuration ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • settings element breaks in WSE SP2 or SP3
    ... I have a WSE server app that uses the <cryptography> element in the ... This worked perfectly in WSE sp1, ... There was an error loading the microsoft.web.services2 configuration ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: DIME WSE 2.0 in .NET 2.0
    ... you can move it to a machine that has only .NET 2.0 installed(also WSE ... Microsoft MSDN Online Support Lead ... assemblies. ... InnerException {"An error occurred creating the configuration section ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: Down grade to WSE 2.0 from WSE 3.0
    ... understand the configuration in order to change the URL and the Certificate ... I can't just configure the client assembly using the WSE tool, ... I was hoping to manually code the Policy and Assertions in code which ...
    (microsoft.public.dotnet.framework.webservices.enhancements)

Quantcast