NHibernate: How to solve this “dialect” configuration issue
问题 Problem Encountered At runtime, I always get the following NHibernate.MappingException : "Could not compile the mapping document: GI.InventoryManager.CYB.Mappings.Part.hbm.xml" Yes, its build action is set to Embedded Resource . The InnerException says: "Could not find the dialect in the configuration" Required Information Here is my configuration file named hibernate.cfg.xml : <?xml version="1.0" encoding="utf-8" ?> <hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" > <session