IE crash when execute ImageViewerControl.Initialize().

We are developing Activex using MIPS SDK. It runs ok in WinForm. And it works well in C# application as well when packed in c#. However it does not work in web browser. It caused error at CoreToolkits.dll when execute ImageViewerControl.Initialize() – Toolkits_CoreToolkits.pdb is not loaded.

I have attached test program as well as log files.

This seems some similar to case https://developer.milestonesys.com/s/article/Class-not-registered . is there solution for this case yet?

A MIP SDK application will crash in the way you observe here if the dependent files from the MIP SDK bin folder are not available. We are guessing that maybe the current folder is not where you placed the dependent files and this causes the crash.

thanks Rie. we will verify all dependent files and try again.