Will the application written in C ++ in Visual Studio under NET4 and compiled on Windows 7 work in Windows XP?

  • one
    if the .NET Framework 4.0 is installed, then yes! - Specter

1 answer 1

In the event that the application only includes managed code, it will work on Windows XP SP3, provided that the target machine has .NET Framework version 4.0 and higher.

  • if you play with the registry , it will work on SP2 - Specter
  • one
    In the project settings of the application, you can specify the version of .NET . In Windows 7 , .NET 3.5 installed, on XP you need to install it yourself. - Ildar