[SqlException (0x80131904): Transaction (Process ID 109) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.]
You can see that error when deadlock happen. I find some use full link that might help you to resolve that issue
1- means on 0- means off SELECT is_read_committed_snapshot_on FROM sys.databases
WHERE name= 'DATABASE Name'