Infamous: Invalid index n for this SqlParameterCollection with Count=
This exception: Invalid index n for this SqlParameterCollection with Count= Usually points at duplicate mapping information (see Stack Overflow + Google). I am pretty sure I have none. Are there any other reasons for it? I seem to have identified the problem. I introduced this: [DocumentId] public virtual int GI { get { return base.Id; } protected set { base.Id = value; } } To use search via lucene.net. This seems to interfere with FNH! What are my options here? PS: at System.Data.SqlClient.SqlParameterCollection.RangeCheck(Int32 index) at System.Data.SqlClient.SqlParameterCollection