FileLoadException after upgrading to 3.10.0 on project that uses IdentityServer4
See original GitHub issueHi after upgrading to 3.10.0 we see a System.IO.FileLoadException in a project that uses IdentityServer4 (2.2.0). It’s the following line, Client is from IdentityServer4.Models namespace.
Client client = new Client();
Dependencies:
Project A ==> IdentityServer4 (2.2.0) ==> IdentityModel (>= 3.6.1)
Project A ==> Project B ==> IdentityModel (3.10.0)
Exception in dutch (sorry):
{"Kan bestand of assembly IdentityModel, Version=3.6.1.0, Culture=neutral, PublicKeyToken=null of een van de afhankelijkheden hiervan niet laden. De manifestdefinitie van de gevonden assembly komt niet overeen met de assembly-verwijzing. (Uitzondering van HRESULT: 0x80131040)":"IdentityModel, Version=3.6.1.0, Culture=neutral, PublicKeyToken=null"} System.IO.FileLoadException
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (5 by maintainers)
I will update the handlers to use 3.10. I hope this solves all problems.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.