当前位置:编程学习 > C#/ASP.NET >>

.net4.0+ef 6(dbcontext)+sqlite开发问题

请教哪位大侠遇到过或能解决 .net4.0+entity framework 6(dbcontext)+sqlite 开发的时候 老是报错 按照网上的说法把system.data.sqlite.linq重新编译了还是不行 出错内容如下
The 'Instance' member of the Entity Framework provider type 'System.Data.SQLite.SQLiteProviderServices, System.Data.SQLite.Linq, Version=1.0.89.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' did not return an object that inherits from 'System.Data.Entity.Core.Common.DbProviderServices'. Entity Framework providers must inherit from this class and the 'Instance' member must return the singleton instance of the provider. This may be because the provider does not support Entity Framework 6 or later; see http://go.microsoft.com/fwlink/?LinkId=260882 for more information. --------------------编程问答-------------------- 不了解,纯粹帮顶 --------------------编程问答-------------------- This may be because the provider does not support Entity Framework 6 or later
貌似不支持Entity Framework 6 --------------------编程问答-------------------- 实体框架的实例的成员提供者类型的System.Data.SQLite.SQLiteProviderServices、System.Data.SQLite.Linq Version = 1.0.89.0、文化=中立,PublicKeyToken = db937bc2d44ff139 '没有返回一个对象,继承自System.Data.Entity.Core.Common.DbProviderServices。实体框架供应商必须从这个类和继承“实例”的成员必须返回单例实例提供者。这可能是因为供应商不支持实体框架6或更高;有关更多信息,请参见http://go.microsoft.com/fwlink/?LinkId=260882。
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,