SqlException: Invalid object name ‘dbo.sometableName’Actual name: ‘foo.sometableName’ Mappings for table schema and table names are in the view: SELECT * FROM INFORMATION_SCHEMA.TABLES NHibernate: Let users update/modify .hbm.xml file. That’s just too much work to have…
Tag: nhibernate
Learning NHibernate by Example (Small).
So I started a new project a couple weeks back and I’m going to put off separating the common features into a “CommonProject” until later. I’ve run into a few tedious steps over and over…