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
채택된 답변
추가 답변 (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!