出现的问题:
NHibernate.MappingException : The dialect was not set. Set the property hibernate.dialect.
----> NHibernate.HibernateException : The dialect was not set. Set the property hibernate.dialect.
问题解决:
将web.config更名为***.dll.config (***为你要测试的项目名称),并把该文件放在bin里
NHibernate.MappingException : The dialect was not set. Set the property hibernate.dialect.
----> NHibernate.HibernateException : The dialect was not set. Set the property hibernate.dialect.
问题解决:
将web.config更名为***.dll.config (***为你要测试的项目名称),并把该文件放在bin里
posted @ 2006-02-05 14:38 My Great World 阅读(239) 评论(0) 编辑