Cannot create ActiveX Component
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre ActiveX en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!