经过验证的构建设置(例如Platform Target)都相同(x86)。
崩溃日志不是这样写的:
程序集管理器从以下位置加载:C: Windows Microsoft.NET framework64
Note the 64 in the name, that’s the home of the 64-bit version of the
framework. Set the Target platform setting on your EXE project, not your
class library project. The XxxDevicesService EXE project determines the
bitness of the process.



