EntityFramework error: The provider did not return a ProviderManifest instance

后端 未结 8 2116
-上瘾入骨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条回答
  •  没有蜡笔的小新
    2021-01-07 23:15

    This worked for me without changing the ProviderManifestToken="2012" to 2008 in the .edmx file.

    in the .edmx file, I changed the following value from True to False.

     
    

    The "The provider did not return a ProviderManifest instance." error went away.

提交回复
热议问题