Old Windows XP EXE program can´t run on Windows server 2019 standard

217 Views Asked by At

I´m moving an old exe program from Windows XP(Service Pack 2) to a Windows server 2019 standard. The program runs fine on my Windows 10 developer machine, but when I try to run the program on the Windows server 2019, the program crashes and gives the following output in the Evenlog:

enter image description here enter image description here

enter image description here

I have tried the following

  • Installed .NET SDK
  • Tried to run the program in different combability modes
  • Installed Visual Studio with alle the packages that might be related to the issue(C++, .Net development and so on)
  • Created a Windows 8.1 server on Hyper-V and tested the EXE program and it runs just fine.
  • Tried to run the program from the windows 32-bit emulator(C:\Windows\SysWOW64)

It´s an old program, am I missing a specifik .NET package ?

0

There are 0 best solutions below