EntityFramework error: The provider did not return a ProviderManifest instance

后端 未结 8 2122
-上瘾入骨i
-上瘾入骨i 2021-01-07 22:58

My project is using ASP.NET MVC4, in C# with Visual Studio 2012 for Web Express.

When compiling my project, I have the following error:

The pr

8条回答
  •  旧时难觅i
    2021-01-07 23:32

    Download http://www.microsoft.com/en-us/download/details.aspx?id=40762 and update Nuget EF to 6.1.3 and everything will work just fine.

提交回复
热议问题