问题
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