Hi Greg, You have 32bit runtime installed on that box?
J. On Wednesday, 15 January 2014, Greg Keogh <g...@mira.net> wrote: > Folks, I'm coding in a 64-bit Windows. I thought a project compiled with Platform Any CPU could load and use classes in another library compiled as Platform x86. But I'm wrong, and surprised. > My sanity check is a tiny DOS command with Any CPU referencing and calling a method in another library with Platform x86, it dies with BadImageFormatException. > Has something changed, or am I forgetting something? > Greg K