-1

I have a console application that crashes on Windows Server 2016 at the CreateInstanceLic() API. But the same application is running fine on Windows Server 2019.

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770

1 Answers1

-1

My first guess would be that you have a valid license for the Windows Server 2019 and not for the Windows Server 2016. The failing call tries to aquire a valid license and this fails for 2016 but not for 2019.

KimKulling
  • 2,654
  • 1
  • 15
  • 26