在我的C#Windows应用程序中,我使用此代码访问“hibernate.cfg.xml”
var configuration = new Configuration();
configuration.AddFile("Wndows1\\NHibernate\\hibernate.cfg.xml");
_sessionFactory = configuration.BuildSessionFactory();
但是它会抛出以下错误
[“无法编译映射文档: Wndows1 \ NHibernate的\ hibernate.cfg.xml中“]