How to check code is compatible with Windows 7

Posted by Julen on Stack Overflow See other posts from Stack Overflow or by Julen
Published on 2010-04-21T11:11:11Z Indexed on 2010/04/21 11:13 UTC
Read the original article Hit count: 235

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.

© Stack Overflow or respective owner

Related posts about windows-7

Related posts about c#