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?
Check out the nuget package at http://nuget.org/packages/Microsoft.AspNet.WebApi.OData/.
Or do this from your package manager console.
Install-Package Microsoft.AspNet.WebApi.OData
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With