I try to execute Breeze.Js and everything compiles, and I have a controller with breezes, but trying to access the data, I get a build error message referenced by breeze.js, but which I cannot find anywhere.
The corresponding assembly is System.Web.Http.OData, Version = 4.0.0.0
The only place I found something about this namespace is at https://github.com/ASP-NET-MVC/aspnetwebstack/tree/master/src/System.Web.Http.OData , but I can’t find the nuget package for it.
Does anyone have a solution for this?
source
share