Hi - I have a Labview program running in TestStand that launches another application, using automation open with an ActiveX class and pass the opened class out to a local in Test Stand. Using that reference, I can login to the application, run some functions, then exit close the ref in Labview and set the reference to Nothing in TestStand. Trouble is, next time the test is run, when I try the automation open, I get a class not registered error. I end up having to close Labview and then next time, we're fine. This happens in the dev environment and in a built application (which I exit the program to fix). If I may have reference still open could this happen? How can I find it?