|
Which version of Sos.dll? |
|
In a recent entry, I mentioned about the Sos command "bpmd". It seems this command is
found in the version of Sos that comes with the .Net Framework version 2.0. Unfortunately,
another interesting command is "dumpheap -gen 2" but it is not found in the dll that
comes with version 2.0 of the Framework. It can be found in the version
of Sos that comes with the latest version of the Debugging Tools.
So to get around these annoying differences, I build two version of my application
and debug them with the two versions of Sos.dll. It's certainly dumb and I hope
that MS will fix these discrepancies.
|