I'm trying out Breeze.Js and everything compiles and i have a breeze-decorated controller, but when trying to access the data I receive an error about an assembly which breeze.js has referenced, but which i cannot find anywhere.
The assembly in question is System.Web.Http.OData, Version=4.0.0.0
The only place i've found something about this namespace is at https://github.com/ASP-NET-MVC/aspnetwebstack/tree/master/src/System.Web.Http.OData but I cannot find any nuget package for it.
Does anyone have a solution for this?