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

后端 未结 15 1128
闹比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 05:43

    I was getting this error and tried a few of the earlier suggestions. Then I checked the Inner Exception and noticed I was getting a simple SQL login failure for the user. Just something else to check.

提交回复
热议问题