1
votes

I am learning angular-breeze for my next application. I want to use Entity Framework, but i am getting some errors while adding breeze.WebApi package from NuGet.

Install failed. Rolling back...

Install-Package : Updating 'EntityFramework 6.0.1' to 'EntityFramework 5.0.0' failed. Unable t o find a version of 'EntityFramework.SqlServerCompact' that is compatible with 'EntityFramewor k 5.0.0'.

At line:1 char:16 + install-package <<<< breeze.WebApi + CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.Install PackageCommand

1
Breeze does not yet support ef6 as clearly shown everywhere, just google it...PW Kad

1 Answers

3
votes

EF6 is now supported as of Breeze 1.4.5

----------- OLD POST ---------------

We will be adding EF6 support in our next release. This will be out within a few weeks.