无法编译映射文档:Wndows1 \ NHibernate \ hibernate.cfg.xml

时间:2014-09-23 11:59:06

标签: c# nhibernate nhibernate-configuration

在我的C#Windows应用程序中,我使用此代码访问“hibernate.cfg.xml”

var configuration = new Configuration();
configuration.AddFile("Wndows1\\NHibernate\\hibernate.cfg.xml");
_sessionFactory = configuration.BuildSessionFactory();

但是它会抛出以下错误

  

[“无法编译映射文档:   Wndows1 \ NHibernate的\ hibernate.cfg.xml中“]

0 个答案:

没有答案