Hosting AudioPlayerControl in Internet Explorer

Hello, I’m trying to run one of your AudioDemo examples in IE. For this, I wrap it in ActiveX. When I try to run, I receive an exception: System.Runtime.InteropServices.COMException (0x80040154) The class is not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). The code is attached to the post. Thanks in advance.

A guess: Perhaps you do not have the depenedent files in the right place.

https://force.milestonesys.com/support/articles/en_US/Troubleshootings/Error-messages-display-when-you-run-MIP-based-standalone-applications

The SDK components are initialized in the constructor.

Good. My suspicion is that you might not have copied the appropriate files to the execution folder.

All the required DLLs are in the folder to be executed. I’m trying to run your example in the ActiveX component format. The component intended for viewing the video works fine. But the component for audio throws an exception.

The SDK includes a AudioPlayer activeX you can use directly. The ImageViewer ActiveX Jscript sample shows this. I wonder if this is an alternative. Or perhaps, if the issue is on this activeX being or not being registered.