Hi, I have a pretty annoying problem when using transactions with the entityframework... In my application, I'm using transactions as follows : - when I connect to the database, I immediately begin a transaction - when the user clicks "save", I commit the transaction and begin a new one...