Exception when trying Breeze.js example in version 1.0.1

。_饼干妹妹 提交于 2019-12-25 05:23:48

问题


I'm attempting to try out Breeze.js and have downloaded the latest nugget package for the MVC sample.

However, every time I try to save data an exception is thrown in the SaveChanges action in the BreezeSampleController of:

'Newtonsoft.Json.Linq.JObject' does not contain a definition for 'entities'

The library looks great and I would like to make sure I have the most stable bits.


回答1:


Quoting KS: "t turned out the problem was that the Newtonsoft.Json assembly was installed in the GAC by Telerik Test Studio. As soon as I installed it the exception was no longer thrown."



来源:https://stackoverflow.com/questions/14610061/exception-when-trying-breeze-js-example-in-version-1-0-1

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!