SubSonic3 Context.cs 问题

发布于 2024-08-15 02:58:14 字数 466 浏览 5 评论 0原文

生成 Context.cs 时遇到问题。

我遵循了 ActiveRecord 的 SubSonic3 设置,http://www.subsonicproject.com/docs/Using_ActiveRecord。我正在使用 MS 提供的 AdeventureWorks 示例数据库。

这是存在问题的许多行之一: DataProvider.Schema.Tables.Add(new StoreTable(DataProvider));

这是我收到的数据库中所有表的错误: 找不到类型或命名空间名称“StoreTable”(您是否缺少 using 指令或程序集引用?)

如果您能帮助解决此问题,我将不胜感激。

I have an issue when the Context.cs is generated.

I have followed the SubSonic3 setup for ActiveRecord, http://www.subsonicproject.com/docs/Using_ActiveRecord. I am using the AdeventureWorks sample database provided by MS.

This is one of many lines having the issue:
DataProvider.Schema.Tables.Add(new StoreTable(DataProvider));

This is the error I am receiving for all tables in the database:
The type or namespace name 'StoreTable' could not be found (are you missing a using directive or an assembly reference?)

I would appreciate any help resolving this issue.

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

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

发布评论

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

评论(1

携余温的黄昏 2024-08-22 02:58:14

嘿 Rich - 确保您也使用“Structs.tt”文件 - 我需要更新文档。结构生成您需要的模式内容。

Hey Rich - make sure you use the "Structs.tt" file as well - I need to update the docs. The Structs generate the schema stuff you need.

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