Hello everyone,
I am just getting started with NHibernate, and I cant seem to get the quickstart demo running as described at:
http://www.hibernate.org/hib_docs/nhibe ... start.html.
The error I am getting is "Unknown entity class: QuickStart.Cat", which I believe means that NHibernate is not seeing my mapping file correctly. Other posts seem to point to the "embedded resource" problem in Visual Studio, but making that change did not seem to help anything. I also saw some mention that an error in the mapping file could cause this to happen, but since I copied/pasted right from the documentation, Im not sure how I could have got an error.
I took a screenshot of my project setup and mapping file in Visual Studio in case that might help determine what the problem is; that can be viewed by going here:
http://update.docutek.com/quickstart.gif
Im not sure what to try next, so I hope someone out there has some good ideas for me. So far getting started with NHibernate is taking much more effort than I had hoped, but Im not ready to give up yet!
Thanks in advance,
-Marc