关于castle和Could not find the dialect in the configuration错误
最近試了試castle,NND,老是報(bào)“Could not find the dialect in the configuration”,明明配的沒(méi)問(wèn)題,上網(wǎng)搜索所有教程都是這么配的。后來(lái)在一國(guó)外的網(wǎng)站解決NHibernate的問(wèn)題的帖子,看的一哥們說(shuō)把hibernate去了試試,當(dāng)時(shí)也沒(méi)試(關(guān)鍵是那帖子說(shuō)這個(gè)辦法沒(méi)解決問(wèn)題)。囧rz,今天試了試,居然解決問(wèn)題了。估計(jì)可能和castle的版本有關(guān)系(順便說(shuō)一下castle網(wǎng)站的源碼的例子也是不對(duì)的,NND)。希望遇到同樣錯(cuò)誤的哥們能搜到此文章。
原配置:
<configSections>
<section name="activerecord" type="Castle.ActiveRecord.Framework.Config.ActiveRecordSectionHandler, Castle.ActiveRecord" />
</configSections>
<activerecord>
<config>
<add key="hibernate.connection.driver_class" value="NHibernate.Driver.SqlClientDriver" />
<add key="hibernate.dialect" value="NHibernate.Dialect.MsSql2000Dialect" />
<add key="hibernate.connection.provider" value="NHibernate.Connection.DriverConnectionProvider" />
<add key="hibernate.connection.connection_string" value="UID=sa;Password=sa;Initial Catalog=ARDemo;Data Source=." />
</config>
</activerecord>
正確配置:
<configSections>
<section name="activerecord" type="Castle.ActiveRecord.Framework.Config.ActiveRecordSectionHandler, Castle.ActiveRecord" />
</configSections>
<activerecord>
<config>
<add key="connection.driver_class" value="NHibernate.Driver.SqlClientDriver" />
<add key="dialect" value="NHibernate.Dialect.MsSql2000Dialect" />
<add key="connection.provider" value="NHibernate.Connection.DriverConnectionProvider" />
<add key="proxyfactory.factory_class" value="NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle" />
<add key="connection.connection_string" value="UID=sa;Password=sa;Initial Catalog=ARDemo;Data Source=." />
</config>
</activerecord>
轉(zhuǎn)載于:https://www.cnblogs.com/homezzm/p/3253006.html
總結(jié)
以上是生活随笔為你收集整理的关于castle和Could not find the dialect in the configuration错误的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 远程登录:ftp
- 下一篇: SRM 588 D2 L2:GUMIAn