question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Microsoft.IdentityModel.Tokens, Version=5.6.0.0 calling 'Newtonsoft.Json, Version=10.0.0.0,

See original GitHub issue

Target: .Net 4.6.1 System.IdentityModel.Tokens: v5.6.0 Newtonsoft.Json: v.12.0.3

I get this issue: Could not load file or assembly 'Newtonsoft.Json, Version=10.0.0.0, Culture=neutral' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) … … Calling assembly : Microsoft.IdentityModel.Tokens, Version=5.6.0.0, Culture=neutral

newtonsoft should be greater then 10?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
GeoKcommented, Mar 10, 2020

Apologies, I should have been more clear. Wilson is the code name for the library (set of IdentityModel assemblies). 6x refers to the major version of the next release.

2reactions
GeoKcommented, Mar 9, 2020

@KamranShahid - We are planning on releasing Wilson 6x in a couple of weeks which won’t have an external Newtonsoft.Json dependency.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not load file or assembly 'Newtonsoft.Json' or one of ...
To solve this, I ensured all my projects used the same version by running the following command and checking the results:
Read more >
Newtonsoft.Json dependency issues #422
As soon as I call the MessageResource.Create() method, it throws an exception: "Could not load file or assembly 'Newtonsoft.Json, Version=10.0.
Read more >
Troubleshoot .NET Framework targeting errors
In this article. Reference a project or assembly that targets a different version of .NET; Re-target a project to a different version of...
Read more >
How to solve Could not load file or assembly Microsoft ...
I have that using: Microsoft.Azure.Functions.Extensions.DependencyInjection; But I see you use "Microsoft.Extensions.DependencyInjection.Abstractions". It ...
Read more >
Blue Prism 7.1 Third-Party Licenses and Acknowledgments
Open source components will only be adopted on a permissive license basis and there are no copyleft licenses as part of our third-party...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found