Active Record 和 Linq T4 模板问题

发布于 2024-08-02 05:24:18 字数 796 浏览 4 评论 0原文

我已经启动了一个 C# Web 应用程序项目,使用 subsonic 3.0.3 作为我的 DAL 和 SQLite 作为数据库。

使用SimpleRepo时没有任何问题,但是当我尝试使用ActiveRecord/Linq T4模板时出现问题。

它说“无法找到元数据文件‘System.Data.SQLite’”。 settings.ttinclude是与SQLite.ttinclude文件一起提供的,它的配置看起来不错,当然其他文件也被指示使用SQLite.ttinclude。我还使用 SQL Server 数据库测试了它们,一切正常。

还尝试在网上搜索它,我能找到的只有这些:

  1. Subsonic Google Groups 指示我将对 System.Data.SQLite 的引用添加到 settings.ttinclude 的顶部。没有运气。
  2. 有人在 这里评论了这个问题,得到的答案是检查连接字符串,这似乎不是我的问题,因为当我使用 SimpleRepo 时应用程序可以工作。

I've started a C# web application project using subsonic 3.0.3 as my DAL and SQLite for database.

It doesn't have any problem when using SimpleRepo, but the problem occurs when I try to use ActiveRecord/Linq T4 templates.

It says "Metadata file 'System.Data.SQLite' could not be found". The settings.ttinclude is the one provided with SQLite.ttinclude file and its config looks ok, and other files are instructed to use SQLite.ttinclude of course. I've also tested them with an SQL Server database and everything goes fine.

Also tried searching about it on the net and all I could find were these:

  1. Subsonic Google Groups which instructs me to add a reference to System.Data.SQLite to the top of settings.ttinclude. No luck.
  2. Someone at here commented about this issue, and it was answered to check the connection string, which doesn't seem to be my problem, because the app works when I use SimpleRepo.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

筱武穆 2024-08-09 05:24:18

你的机器上安装了 SQLite 吗?您还需要 .NET 驱动程序(这是找不到的)。

Is SQLite installed on your machine? You need the .NET driver for it as well (that's what can't be found).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文