I have some nested objects and use Nhibernate in my data layer to save data. While i try to save the parent object with all the child items set, it is throwing an error saying the Index OutOfRange exception, the parameter index 7 is already contained in
the SQLCE parameter collection.
Any help is appreciated.