FineUI中Newtonsoft.Json版本报错解决办法
摘要:
1.清空bin下的Newtonsoft.Json.dll 2.使用Nuget安装最新版本的Newtonsoft.Json.dll,安装脚本为 Install-Package Newtonsoft.Json 3.如还报错手动将Newtonsoft.Json.dll放入bin下,手动引用Newtonso 阅读全文
posted @ 2016-03-30 16:01 阿门668 阅读(322) 评论(0) 推荐(0) 编辑