Browsing issue with windows 10

0

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.

visual-studio-2012
windows-10
internet-explorer-11
asked on Stack Overflow Jun 12, 2018 by Shivani • edited Jun 12, 2018 by Pearly Spencer

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0