Search code examples
breezebreeze-sharp

Nuget Breeze Server for Web API 2.0 install error


I'm getting the following error while installing the Breeze Server for Web API 2.0.

Updating 'Microsoft.AspNet.WebApi.Core 5.2.0' to 'Microsoft.AspNet.WebApi.Core 5.1.0' failed. Unable to find a version of 'Microsoft.AspNet.WebApi.WebHost' that is compatible with 'Microsoft.AspNet.WebApi.Core 5.1.0'.

Any help is appreciated.


Solution

  • I had similar issue with Visual Studio 2013 Update 3.

    Installed Microsoft.AspNet.WebApi.OData first and Breeze.Server.WebApi2 both via NuGet

    That issue did not appear. For now lets take that as a quick fix.