How to debug Fluent nHibernate
- by Matt Thrower
Hi,
I'm having some trouble with Fluent nHibernate. I added a column to a table and I thought I'd correctly changed the mappings and the connected data objects to correctly reflect this. However when I tried to run my application again I kept getting this error:
System.Data.SqlClient.SqlException: Invalid column name 'Workflow_id'.
I really…