Not a valid Win32 application

旧城冷巷雨未停 提交于 2019-11-29 04:19:00

In the project properties, is the project targeting "x64" rather than "Any CPU"? (It does seem to say "machine (x64)" in the bindump header, which sounds like this may be the issue)

Is it targetting .net 4 full or client profile? If full, check that your XP has the full profile installed, not just the client profile.

(Unlikely to be related, but) Is the Visual Studio 2010 redist installed on the XP machine?

Check that the file hasn't been corrupted during the transfer onto the Win32 machine (e.g. copy it back and diff it or run it on your Win7 box)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!