Hi,
We have a C++ application built in Visual Studio 2015, this application is failing to execute in the Windows Server 2019 core image due to the missing dependent DLL - Microsoft OleDlg.dll.
We have found one related query in the forum, and solution suggested to go ahead by copying the DLL from the Server full installation (GUI version) to the Server Core image.
https://social.technet.microsoft.com/Forums/en-US/7055c7a6-8f84-4b2d-83d3-49bc9d9273e8/oledlgdll-missing-in-server-core-vs-2012-dependency?forum=winservercore
So we would like to confirm, is it Ok to distribute OleDlg.dll from the full installation with the Server Core image or from our own web portal.
Thanks,
Banna