我遇到了以下问题:
我有一个 ActiveX 控件,在开发机器上它按预期工作,当尝试在其他机器上创建它时,我收到以下错误
Error: The system cannot find the file specified.
我正在使用以下行来创建它:
var activeX = new ActiveXObject("ScannerViewerControl.ScannerViewer");
我使用 installshield 进行部署,并标记了 .NET Com Interop。
我能够在 HKEY_CLASSES_ROOT 下的 .dll 的注册表路径中找到。
我错过了什么???