下载了一个java的exe文件,使用时报Newtonsoft.Json 没有加载到。。请问我如果去下载了这个Newtonsoft.Json 文件。。应该放到哪里去才能解决这个报错问题?具体报错内容如下:
System.IO.FileNotFoundException: 未能加载文件或程序集“Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed”或它的某一个依赖项。系统找不到指定的文件。
文件名:“Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed”
在 Excel2json.ProductTemplate.writeToTemplate(String excelName)
在 Excel2json.Main.btnAdd_Click(Object sender, EventArgs e)
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnClick(EventArgs e)
我找到这个版本的Newtonsoft.Json应该放到哪里去才能解决这种报错?