NHibernate.MappingException: Unknown entity class
By Jason, 07.08.07 @ 11:20 pm :: .NET : Announcements
The dreaded “NHibernate.MappingException: Unknown entity class” exception thrown by NHibernate in your .NET web application indicates that the class you are trying to map in your .hbm.xml file cannot be located for some reason.
The first thing to check is to right-click on each of your .hbm.xml files and make sure the Build Action property is [...]