I need your advice because I am facing with a sneaky problem of thread interblocking.
My application is using WPF with Framework.NET 4.5. I use a lot of Dispatcher.Invoke() and I suspect one of my thread is blocking the others threads to run.
Using WinDbg, I made an extract of all threads in my .NET application but I cannot find the thread which is blocking the rest of my application.
My Windbg log is too big to show it here so I have uploaded it into pastebin: http://pastebin.ca/3057001