Cannot create ActiveX Component
3 ビュー (過去 30 日間)
古いコメントを表示
Dear sir,
I am a vb.net programmer, trying to connect to matlab from a remote machine. I used the following code in my vb.net application
====================
Try
Matlab = CreateObject("Matlab.Application", "192.168.1.16")
MsgBox("Matlab Object OK")
Catch ex As Exception
MsgBox(ex.Message)
End Try
====================
i got the error "*_Cannot create ActiveX Component_*"
Notes 1- when i remove the remote IP, everything works fine on the localhost 2- the 2 PC have windows 7 3- the 2 PC can Ping Each Other 4- the 2 pc have same matlab version
Are there any configuration for the matlab engine in the "Component Services" must be done to avoide this error????
Are there any step by step procedure for this configuration??? (if so please provide it with your response.)
Please Answer Me as soon as possible. thanks for your response in advance.
Best Regards.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で ActiveX についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!