NHibernate: receiving index out of range while calling flush for insert operation?

This error usually appears when there are columns missing from your tables. So if a class has a property mapped to table column that is missing from the database then you will see this error.

This error usually appears when there are columns missing from your tables. So if a class has a property mapped to table column that is missing from the database then you will see this error. Basically check for mismatches between your mappings and your database tables (missing columns, type mismatches etc).

The problem may be on a related table/entity and not on the one you are trying to save.

Someone responded in another post that I had two extra mapping attributes. One for property and another as keyed so I'll give you the point for being close. – Brian Dec 24 '09 at 3:01.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions