Mvc3 NHibernate SQLite20驱动程序错误
以前有人遇到过这个错误吗?如果我尝试 Mvc2、NHibernate 和 SQLite,它工作正常,但它会与 Mvc3 中断。
无法找到程序集 System.Data.SQLite 中的 IDbCommand 和 IDbConnection 实现。确保程序集 System.Data.SQLite 位于应用程序目录或全局程序集缓存中。如果程序集位于 GAC 中,请使用应用程序配置文件中的 element 指定程序集的全名。
Has anyone faced this error before. If i try Mvc2, NHibernate, and SQLite it works fine but it breaks with Mvc3
The IDbCommand and IDbConnection implementation in the assembly System.Data.SQLite could not be found. Ensure that the assembly System.Data.SQLite is located in the application directory or in the Global Assembly Cache. If the assembly is in the GAC, use element in the application configuration file to specify the full name of the assembly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你见过这个示例博客文章(如果具有与您描述的相同的设置)并且有一个示例项目您可以查看。
我引用帖子:-
Have you seen this example blog post (if has the same set up you are describing) and has an example project you can look at.
I quote from post:-