How to check code is compatible with Windows 7
- by Julen
Hello,
We are developing using Visual C# 2008 Express a program based on WPF under Windows XP machines (32 bits).
The thing is that we have tried to run the program in two Windows 7 machines, one is 32 bits Windows 7 and the other is 64 bits Windows 7.
Under Windows XP everything is fine. In Windows 7 machine, it launches in the 32 bits version altough there is an error when running one functionality (it does not happen in XP).
In W7 64 bits it even does not launch. Is this normal? Is not possible to run 32 bit programs under W7 64-bits,even if they execute slower??
How can we check the code is compatible with Windows 7?
Thank you very much in advance.
Julen.