I have an application using NHibernate, all my classes and mappings work and I can retrieve data with no problem, until I decided to add a new table in the database (and new class, mapping in the code).
I keep getting the error that my class can't be found in the assembly.
My Class is called ExpertGuide, Mapping file ExpertGuide.hbm.xml (already an embedded resource)
I cleaned, rebuilt, etc the project and nothing.
Any help would be appreciated