Symptoms
When I try to view the properties of PMM license in
Resolution
You need to paste the following code
<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.