EF 4.1 exception “The provider did not return a ProviderManifestToken string”

后端 未结 15 1070
闹比i
闹比i 2020-11-30 05:02

I am trying to replicate an example found on MSDN. I am using ASP.NET and EF 4.1 (CTP?). I\'ve used NuGet to install the EntityFramework package.

I am getting this e

15条回答
  •  抹茶落季
    2020-11-30 06:03

    This can happen sometimes when you place the connection string within the app.config of the wrong project in Visual Studio.

    For example, I got this problem in EF 4.1 (the released version) project + WCF Data Service project and I noticed that I didn't have a connection string specified in the Data Services Project, where it was being used.

提交回复
热议问题