I have added RowVersion for concurrency control and set Concurrency mode of this field to Fixed.But when I tried to update that column it shows DbUpdateConcurrencyException even though the row is not updated by another user.
Asked
Active
Viewed 23 times
0
-
Are you changing the value of `RowVersion` before you update? – Crowcoder Nov 28 '17 at 13:22
-
No,I didn't change anything otherthan a row regarding status – Kesiya Abraham Nov 28 '17 at 15:59
-
No..I didn't update rowversion..I have checked the rowversion in db also.It was same.Also,i am using BLtoolkit for query execution.Is there any limitation for this tool? – Kesiya Abraham Nov 28 '17 at 16:16
-
I've never heard of that tool. – Crowcoder Nov 28 '17 at 16:17