can anybody recommend tools to detect .net application deadlock?
EDIT:
Chess is what i found from Microsoft.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The nicest tool I’ve seen is the Concurrency Visualizer in VS 2010. I would recommend installing VS 2010 Ultimate Beta 2, then profiling your application with the Concurrency Profiler.
This shows you exactly where you have contention, and what is holding each lock.