sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.68k stars 642 forks source link

Unable to create instances on Windows 7 (up to date) #1110

Open EzeKees opened 5 years ago

EzeKees commented 5 years ago

Hi. When I try to create an instance of the SharpDX.WIC.ImagingFactory class (without parameters) I get this error: Unable to load DLL file 'api-ms-win-core-com-l1-1-0.dll': Unable to find the specified module. (Exception from HRESULT: 0x8007007E) StackTrace: SharpDX.Utilities.CoCreateInstanceFromApp(Guid rclsid, IntPtr pUnkOuter, CLSCTX dwClsContext, IntPtr reserved, Int32 countMultiQuery, MultiQueryInterface& query) SharpDX.Utilities.CreateComInstance(Guid clsid, CLSCTX clsctx, Guid riid, ComObject comObject) SharpDX.WIC.ImagingFactory..ctor()

It only happens in Windows 7 (updated to this day) Any help is welcome. Thank you