Link to home
Start Free TrialLog in
Avatar of mruff
mruff

asked on

COleException using a CHtmlView

I'm using the CHtmlView new with vc6.0
some exceptions are thrown:
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).
Warning: constructing COleException, scode = DISP_E_MEMBERNOTFOUND ($80020003).
First-chance exception in VDCusOrd.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
First-chance exception in VDCusOrd.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.

So, I'm not very familiar with COM but I know that some
interface must be wrong. How can I found out which interface
(or according component, dll) is wrong?

The CHtmlView was generated by AppWizard, so original
microsoft code.
                 thanks for help
ASKER CERTIFIED SOLUTION
Avatar of chensu
chensu
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial