I have one project in VS 2012 where in code loading IEFrame.dll to browse the HTML file in IE11.
But it is failing with below error:
Unhandled exception at 0x75E4AA12 (KernelBase.dll) in abc.exe: 0xC000041D: An unhandled exception was encountered during a user callback."
Please find call stack for this issue:
KernelBase.dll!75e4aa12() Unknown
[Frames below may be incorrect and/or missing, no symbols loaded for
KernelBase.dll]
ieframe.dll!56edd051() Unknown
ieframe.dll!56dfa704() Unknown
ieframe.dll!56d5cd9b() Unknown
ieframe.dll!56e4965c() Unknown
ieframe.dll!56d51f72() Unknown
ieframe.dll!56d5548c() Unknown
ieframe.dll!56f7c4a1() Unknown
> mfc110d.dll!COleControlSite::CreateOrLoad(const _GUID & clsid, CFile * pFile, int bStorage, wchar_t * bstrLicKey) Line 594 C++.
Note: This is working fine in Windows 7.
Please help for this issue. Thanks In Advance.
User contributions licensed under CC BY-SA 3.0