Any CPU: runs as a 32-bit process, can load Any CPU and x86 assemblies, will get BadImageFormatException
if it tries to load an x64 assembly.
x86: same as Any CPU.
x64: BadImageFormatException
always.
Any CPU: runs as a 64-bit process, can load Any CPU and x64 assemblies, will get BadImageFormatException
if it tries to load an x86 assembly.
x86: runs as a 32-bit process, can load Any CPU and x86 assemblies, will get BadImageFormatException
if it tries to load an x64 assembly.
x64: same as Any CPU.
any cpu ×86 ×64,布布扣,bubuko.com
原文:http://www.cnblogs.com/xuzhiwei/p/3850149.html