The problem you are facing is that you compiled the application with any processor. Change it to x86 and recompile.
Most likely you have a library that x86 depends on. Since your application is compiled like any processor, the Win7 x64 system loads it as a 64-bit application ... and does not work when loading a 32-bit library.
Notme source share