I am having trouble accessing an ActiveX object. I did not write this ActiveX object, but it came with the support materials for my hardware (force/moment sensor).
I have a vi that contains:
Automation Refnum, which is pointing to the correct location of my ActiveX class
The refnum is passed to Automation open, which, and then passed on to a property node and invoke node.
The reference is then closed.
I have an error trace running through the VI, and I get an error after Automation Open, "-2147221164 Class not registered in test.vi". I know that the ocx file is registered, because I confirmed it using
COM Explorer. I've confirmed that this OCX file exists only in one directory, and that it is properly registered. Within Automation Refnum, I am pointing to the right directory and file name.
Yet I'm STILL getting this "Class not registered" error - can anyone advise on other potential problems or troubleshooting to perform?