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.
Asked
Active
Viewed 46 times
-1

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

matty george
- 1
- 2
-
please show a [mre] – Alan Birtles May 23 '22 at 06:47
1 Answers
-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