Keyword not supported: “data source” initializing Entity Framework Context

后端 未结 6 886
梦毁少年i
梦毁少年i 2020-11-30 23:38

I\'m initializing Entity Framework Object context, and this gives me the keyword not supported error:

metadata=res://*/MainDB.csdl|res://*/MainDB.ssdl|res://*/

6条回答
  •  温柔的废话
    2020-12-01 00:02

    This appears to be missing the providerName="System.Data.EntityClient" bit. Sure you got the whole thing?

提交回复
热议问题