- Open windows command prompt.
- Change the directory to 'C:\Program Files\MATLAB\MATLAB Runtime\<Your MATLAB Release>\bin\win64'
- Execute the commands: 'mwregsvr mwcomutil.dll' and 'mwregsvr mwcommgr.dll'
Failed to create COM objectMatlabWrapper.wrapper: Automation error
2 次查看(过去 30 天)
显示 更早的评论
Hi everyone,
Please, I have an application that uses MATLAB Runtime 9.9 (with Windows Server 2019 Std) and I'm facing the following error message:
"Failed to create COM objectMatlabWrapper.wrapper: Automation errorThe specified module could no be found".
Please, any tip to solve this issue?
Thanks.
0 个评论
回答(1 个)
Divyanshu
2025-1-23
You can ensure that the following COM components are registered: 'mwcomutil.dll' and 'mwcommgr.dll'.
If they are not registered then you can register them using the command 'mwregsvr', by following these steps:
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 COM Component Integration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!