如何在 Visual Studio 2010 中使用 mysql 配置 subsonic 3.0.0.4?

发布于 2024-09-15 08:26:10 字数 239 浏览 1 评论 0原文

我下载了 subsonic 3.0.0.4,现在尝试将其配置为与 mysql 和 Visual studio 2010 一起使用。

我的项目是 .net 3.5,我正在创建一个数据访问层类库以供稍后在网站中使用。

我不知道应该将哪些文件添加到我的项目中以及在哪里进行编辑。

我到达的最后一步是这个屏幕截图: 替代文本

I downloaded subsonic 3.0.0.4 and i am trying now to configure it to work with mysql and Visual studio 2010.

My project is .net 3.5 and i am creating a data access layer class library to use later in a website.

I can't figure which files i should add to my project and where to edit.

Last step i reached is in this screen shot:
alt text

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

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

发布评论

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

评论(1

浊酒尽余欢 2024-09-22 08:26:10

我看不到你的屏幕截图,因为它被阻止在这里,但听起来你可能需要包含 MySQL 特定的 TT 模板。您是否已将其他 TT 模板配置为使用

<#@ include file="MySQL.ttinclude" #>
而不是
<#@ include file="SQLServer.ttinclude" #>

您可以从以下位置下载 MySQL 模板:

http://github.com /subsonic/SubSonic-3.0-Templates/tree/master/TemplateProviders/

I cannot see your screenshot as it's blocked here however it sounds like you might need to include the MySQL specific TT templates. Have you configured the other TT templates to use

<#@ include file="MySQL.ttinclude" #>
Instead of
<#@ include file="SQLServer.ttinclude" #>

You can download the MySQL templates from:

http://github.com/subsonic/SubSonic-3.0-Templates/tree/master/TemplateProviders/

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