I compiled my C# app in 64 bit, but some DLLs are still in 32bit, namely FSharp.Core.dll. I used:
dumpbin /headers FSharp.Core.dll
And it's x86 not x64. But the app still runs correctly. Why is this?
I compiled my C# app in 64 bit, but some DLLs are still in 32bit, namely FSharp.Core.dll. I used:
dumpbin /headers FSharp.Core.dll
And it's x86 not x64. But the app still runs correctly. Why is this?