Using Visual C# Express On a 64 bit system (OS and machine):
I am able to set the target build platform to 32 bit platform and build my application. It runs fine on the 64 bit system. However when I run the same executable on the 32 bit system I get an error of the form "Unhandled Exception: System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)"
In general is this expected to not work, or do I have a dependency problem as the error implies?
Thanks,
RM