Sumit Kumawat

Sumit Kumawat

  • NA
  • 454
  • 414.6k

"Recursive write lock acquisitions not allowed in this mode.?

Nov 15 2012 8:05 AM

Hi all,

i am using ReaderWriterLockSlim class for provide lock to my upload method which are running on different threds. but if my upload method failed to upload files its giving following exception

"Recursive write lock acquisitions not allowed in this mode" 

how can i use LockRecursionPolicy in my c#code to overcome this exception.