Getting this everytime I attempt to CREATE a particular entity ... just want to know how I should go about figuring out the cause.
I\'m using Fluent NHibernate autom
This may occur because of Auto increment primary key. To solve this problem do not inset auto increment value with data set. Insert data without the primary key.