MLApp Class not registered error
1 回表示 (過去 30 日間)
古いコメントを表示
Hi All,
I am writing a program and calling MATLAB from VS.net C#.
The had worked well until yesterday.
Since yesterday I get following error(unhandled exception during runtime)
at the line MLAppMLApp.MLApp matlab = new MLApp.MLApp();
the error is :
System.Runtime.InteropServices.COMException: 'Retrieving the COM class factory for component with CLSID {0C4A9B69-D348-4167-8456-C60532821B6E} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).'
Anyone knows how to solve this problem?
1 件のコメント
Mitchell McKay
2019 年 8 月 6 日
I have the same problem. Is anyone going to provide a response to this?
採用された回答
その他の回答 (1 件)
Daniel Hediger
2019 年 9 月 30 日
Hi Mostafa,
Did you try this?
Register MATLAB as matlab COM server:
Cheers,
Daniel
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Write COM Applications to Work with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!