Cannot create ActiveX Component

3 ビュー (過去 30 日間)
Amr
Amr 2013 年 7 月 20 日
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 件)

カテゴリ

Help Center および File ExchangeActiveX についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by