Why corflags.exe can't change PE32+ to PE32?

633 Views Asked by At

I always build my assemblies to x64 platform, but now my client asked me to provide assemblies of the two platforms (x86 & x64).

So, I think I can use corflags.exe to change PE32+ to PE32 after building my project for x64 platform only.

But corflags didn't support this operation. Why not?

My perception is that MSIL should be same between x86, x64 and AnyCPU except for some tags and headers. Am I wrong?

0

There are 0 best solutions below