NHibernate.NHibernateException: Unable to locate row for retrieval of generated properties: [MyNames
- by Brad Heller
It looks like all of my mappings are compiling correctly, I'm able to validly get a session from session factory. However, when I try to ISession.SaveOrUpdate(obj); I get this. Can anyone please help point me in the right direction?
private Configuration configuration;
protected Configuration Configuration {
get
{
configuration =…