Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Newtonsoft.Json Fixer
Newtonsoft.Json Fixer

Newtonsoft.Json Fixer

Mobile Essentials

|
14,994 installs
| (0) | Free
Fixes binding failures with Newtonsoft.Json that may happen when extensions distribute different versions of the assembly that is included with Visual Studio
Download

Visual Studio ships with its own version of Newtonsoft.Json for some of its built-in extension. Third party extensions (such as Resharper) also use Newtonsoft.Json for their own purposes.

If you see package load failures from assembly mismatch exceptions, this extension should fix them, by providing a runtime binding redirect to Visual Studio unifying all versions on the most commonly used one, specified in this extension's packages.config file.

The specific scenario this extension solves is be easy to detect:

  1. Attach from a second Visual Studio instance to the running Visual Studio that is failing to work properly
  2. Open the Debug > Modules window and search for Newtonsoft.Json.
  3. If the same assembly appears multiple times and with different versions then this extension will fix the issue.

 

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft