Hi All,
The requirement is for automation of the HDMI compliance test module on an
Agilent Infiniium Oscilloscope. Agilent has provided with the necessary
assemblies (.Net) to enable automation of the software.
This is the issue, the driver VIs created works fine when the VIs are added to a project (the entire
express folder) and the assembly DLLs are also added to the same project (doesn't matter where it is added from) and the VIs
are run in the project's application instance. But my requirement is to create an express VI using these driver VIs. When I do that and drop the express on to a VI and press a 'Test' button I have on the express configuration (popup) window, I am getting the error "Unable to find assembly <Name of the
assembly> <ver. no.>....".BTW the use of the 'Test' button is to test if the configurations selected on the popup window works fine before closing the window. This is when the driver VIs are run in the express application instance (NI.LV.EXPRESS I guess).
I also have to call this express VI in Teststand, and when I do that I get the same error.
Suggessions any one?