Приветствия,
Сегодня, прежде чем я начну работать над своим приложением, я обновил свой WinXP. После того, как все обновления установлены, моя служба WCF перестает работать. При попытке открыть файл service.svc в браузере возникает следующая ошибка:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: An error occurred creating the configuration section handler for system.serviceModel/bindings: Could not load type 'System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement' from assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Source Error:
Line 131: </behaviors>
Line 132:
Line 133: <bindings>
Line 134: <wsHttpBinding>
Line 135: <binding name="MyWSHttpBinding" maxReceivedMessageSize="2147483647">
Мой коллега попытался запустить ту же службу до обновления, и она работает нормально. У него такая же проблема после установки обновлений. Может кто-нибудь, пожалуйста, помогите мне?