MIP SDK 2023 with windows server 2019 problems

Hello, we are using the MIP SDK 2023 R1 with our application. This works on a Windows 10 system. The GUI of our Visual Basic application is not displayed on a Windows Server 2019. MDepends shows at VideoOS.Platform.SDK.Media.dll that the api-ms-win-core-path-I1-1-0.dll is not found. The 2019 retributable packages are installed. Is there any information about an issue with Windows Server 2019?

You cannot use an app based on MIP SDK 2023R1 together with the old MIP SDK redistributable from 2019, this will cause a mix of new and old dlls that will not work.

With MIP SDK 2023R1 we strongly recommend that you use the NuGet package when building and for deployment copies the whole output folder to the PC where it is deployed.

We have seen trouble moving from older MIP SDK projects based on a folder with dlls to the newer approach using NuGet, this might have similarities.. https://developer.milestonesys.com/s/question/0D53X0000COWytcSQD/file-not-found-in-videoosplatformcommondll

PS. I just realize you are the person from that post..