I am trying out the ClrMd Library : https://github.com/Microsoft/clrmd
And I have this issue, according to the first tutorial I have a method called TryGetDacLocation in ClrInfo type, but as I can find it in it... I can see that Dac location are generated automatically inside the Clrinfo but as I am trying to call runtimeInfo.CreateRuntime(); I am getting: "Mismatched architecture between this process and the dac"
The dump and the running process are of the same - 32bit architecture. I don't see that function and other, for instance - TryDownloadDac in the class :
Any Ideas?