Hi,
I have an MVC app using NHibernate.
I created a model and tried to insert data into the db for the first time with NHibernate, so please go easy.
I get this error on the session.Save(object);
IndexOutOfRangeException was unhandled by user code
Invalid index 8 for this SqlParameterCollection with Count=8.
When I look at the data in the object using watch window all seems ok and also collections are inittialized.
Using SQL 2005.
Any ideas why this may be occurring please?
Malcolm