A AcquireReaderLock is failing and I suspect that it is because someone else is holding on to the lock indefinitely. Does Visual Studio 2010 provide an easy way of checking who has the reader lock or writer lock? Thanks in advance.
Share
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.
No, not easily at least.
You can use something like JetBrains dotTrace which will allow you to go into the bowels of the call stack to figure out where things are getting held up.
http://www.jetbrains.com/profiler/