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?