Hi, I'm working with IVI.Visa.Interop under VS2005 (Vb.Net). I have a NI GPIB-USB-B and -HS interfaces, they work fine with my program in my PC (I have the NI and Agilent libraries installed); But when I try my program in another PC (previous NI drivers installed), I can't get connection. I get connection only when I install the Agilent IO libraries. How can solve that?.
The error connection is:
System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {DB8CBF1D-D6D3-11D4-AA51-00A024EE30BD} failed due to the following error: 80040154.
at Gallardo1.Instrumento.ID_Intrumento(String& ID_cadena, String& Address_GPIB)
Retrieving the COM class factory for component with CLSID {DB8CBF1D-D6D3-11D4-AA51-00A024EE30BD} failed due to the following error: 80040154.Gallardo 1.0
Thanks in advance.
Freddy Coal