How to add Newtonsoft.Json to visual studio extension Vsix

  • Thread starter Thread starter DarthI3art
  • Start date Start date
D

DarthI3art

Guest
Hi,

I'm creating an extension for Visual Studio which is connected with many projects (WPF), one of them is reading JSON file. When i try to load JSON file i got following error: System.IO.FileNotFoundException: The file or assembly could not be loaded 'Newtonsoft.Json, Version= 12.0.0.0..

The specified file could not be found. newtonsoft.json is not copied by visualstudio to .vsix I've found the problem is that even using the specified newtonsoft.json version, he still cannot find this library.


My acc is not verified so i can't paste full link to topic i have found:

https://devblogs .microsoft.com/visualstudio/using-newtonsoft-json-in-a-visual-studio-extension/

Continue reading...
 
Back
Top