如何在 Visual Studio 2010 中使用 mysql 配置 subsonic 3.0.0.4?
我下载了 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:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我看不到你的屏幕截图,因为它被阻止在这里,但听起来你可能需要包含 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/