You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: