After loading dump file in windbg, I ran following command
.loadby sos clr
Bu then I got following message when running ThreadPool command
> 0:000> !ThreadPool The version of SOS does not match the version of
> CLR you are debugging. Please load the matching version of SOS for
> the version of CLR you are debugging. CLR Version: 4.0.30319.18444 SOS
> Version: 4.0.30319.34011
Am I doing something wrong? I have .NET 4.5 installed on machine where I am doing analysis. If I try to install .NET 4.0 on that machine, it doesn't let me because a higher version is already installed.