I have this error when my some transactions conflicted. How can i find what is the thansaction in conflict? (Without sql server profiler).
I am using snapshot isolation level
System.Data.SqlClient.SqlException: Snapshot isolation transaction aborted due to update conflict. You cannot use snapshot isolation to access table 'dbo.Users' directly or indirectly in database 'IUMobileDbRelease' to update, delete, or insert the row that has been modified or deleted by another transaction. Retry the transaction or change the isolation level for the update/delete statement.
System.Data.Entity.Internal.InternalContext.SaveChanges()