CC.NET Toolbar Error: Could not load type 'System.Security.Authentication.ExtendedProtection.ChannelBinding'

Late last week, I updated CC.NET locally and on the build server. The build server is still fine, but locally I get the following error:

Exception Details: Exortech.NetReflector.NetReflectorTypeLoadException: Unable to load types from assembly System.ServiceModel, Version = 3.0.0.0, Culture = neutral, PublicKeyToken = b77a5c561934e089: Failed to load 1 of 3612 types defined in the assembly. Exceptions: - Unable to load type: System.Security.Authentication.ExtendedProtection.ChannelBinding Exception: System.TypeLoadException: Failed to load type 'System.Security.Authentication.ExtendedProtection.ChannelBinding' from the assembly 'System, Version = 2.0.0.0, Culture = neutral, PublicKeyToken = b77a5c561934e089 '.

I'm afraid it started after a series of Windows updates this morning. I had two more updates that would not be executed, 979909 and 982168 (I had an update that would not work last month).

Anyone else have a problem? Thank!

Edit: I can connect through CCTray and CCNET is working fine. I just can’t get into My Account.

EDIT. Thanks to both of you. I uninstalled everything that you both suggested and turned off the Windows update for our IT department. This does not work yesterday after a reboot, but after a night of rest and another reboot, it seems to be working now.

+3
source share
3 answers

This morning I got the same exception, it seems, from nowhere.

It turns out that some Windows updates were installed on weekends. After uninstalling the KB976765 and KB979909 updates, the problem disappeared.

I hope this helps

+2
source

KB976769v2. , KB.

+2

We had the same problem. For us, we had to remove KB976769v2 for the application to work again.

+1
source

Source: https://habr.com/ru/post/1749982/


All Articles