Nhibernate 配置文件问题

stg609 2009-03-29 11:15:03
我在项目中使用app.config来配置nhibernate时测试正常
其中内容为:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="hibernate-configuration" type="NHibernate.Cfg.ConfigurationSectionHandler, NHibernate" />
</configSections>
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
<session-factory>
<property name="connection.provider">NHibernate.Connection.DriverConnectionProvider</property>
<property name="dialect">NHibernate.Dialect.MsSql2005Dialect</property>
<property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property>
<property name="connection.connection_string">Data Source=1AC425E4D0B74F1;Initial Catalog=GuestBook;User ID=sa;Password=1</property>
<mapping assembly="NhibernateSample.Model"/>
</session-factory>
</hibernate-configuration>
</configuration>


但是我看见很多直接使用的是"hibernate.cfg.xml"文件而不是app.config
于是我把app.config文件修改成hibernate.cfg.xml,并且也已经把该文件的输出选项设置为了“始终复制”

<?xml version="1.0" encoding="utf-8"?>
<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2">
<session-factory>
<property name="connection.provider">NHibernate.Connection.DriverConnectionProvider</property>
<property name="dialect">NHibernate.Dialect.MsSql2005Dialect</property>
<property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property>
<property name="connection.connection_string">Data Source=1AC425E4D0B74F1;Initial Catalog=GuestBook;User ID=sa;Password=1</property>
<mapping assembly="NhibernateSample.Model"/>
</session-factory>
</hibernate-configuration>


结果测试的时候一直显示的是:
NhibernateSample.Test.LeaveMessageDALTest.InsertTest:
NHibernate.MappingException : Could not compile the mapping document: NhibernateSample.Model.HbmMaps.Users.hbm.xml
----> System.InvalidOperationException : Could not find the dialect in the configuration

不知是何故,请大家帮忙。
...全文
79 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
stop__ 2009-03-30
  • 打赏
  • 举报
回复
支持下。少有人用Nhibernat.
NhibernateSample.Model.HbmMaps.Users.hbm.xml这个文件必须是嵌入的资源。
wuyq11 2009-03-30
  • 打赏
  • 举报
回复
http://www.cnblogs.com/sonce/articles/1231380.html
http://www.cnblogs.com/kufolin/articles/1058262.html
addbao 2009-03-29
  • 打赏
  • 举报
回复
帮顶

62,046

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧