Could not load file or assembly An attempt was made to load a program with an incorrect format.
http://blog.crowe.co.nz/archive/2007/11/05/Could-not-load-file-or-assembly-name-or-one-of.aspx
这个错误折腾我两天了,真没注意到时这个x86和x64的问题
编译模块的时候,一定要选择any cpu <platform target> ,否则,x86下的编译结果无法再x64上运行。
这个错误折腾我两天了,真没注意到时这个x86和x64的问题
编译模块的时候,一定要选择any cpu <platform target> ,否则,x86下的编译结果无法再x64上运行。