Error when viewing License properties

0 users found this article helpful

Symptoms

When I try to view the properties of PMM license in SCCM console, error is thrown:

Resolution

You need to paste the following code in the end of C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\ Microsoft.ConfigurationManagement.exe.config:

  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Xceed.Wpf.Toolkit" publicKeyToken="3e4669d2f30244f4" culture=""/>
        <bindingRedirect oldVersion="0.0.0.0-2.8.0.0" newVersion="2.9.0.0"/>
      </dependentAssembly>
    </assemblyBinding>
  </runtime>

Before: After:

 

Files for reference: Original and Patched.

 

Was this article helpful?

Tell us how we can improve it.