Actions
Bug #12371
closedWindows Nano Server WIN32OLE compatibility
Bug #12371:
Windows Nano Server WIN32OLE compatibility
Description
The OleInitialize() call used in WIN32OLE is not supported on Nano Server due to the fact that the STA COM model is not available:
As an alternative, CoInitializeEx(NULL, COINIT_MULTITHREADED) can be called when running on Nano Server, thus ensuring both compatibility with the preexisting behaviour and support for Nano Server.
Actions