NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Can not load Automation Suppor DLL

Had a crash on the hard drive where the teststand recides. This product was introduced from a 3'rd party which does not support it anymore and is used to test service units. However, the teststand direcories were saved but I can not get the application to run, what can I do about it?
0 Kudos
Message 1 of 3
(2,918 Views)
Hi,
if I'm reading this correctly, someone generated a test system for you, and installed it all OK, but after a HDD crash, you've re-instated the files you backed up, but not done a re-install?
Does the error message tell you which DLL it cannot load, or any other information? Is it the operator interface you cannot launch, or having the operator interface working OK, is it a sequence that you cannot run?
The TestStand directory should contain a bin directory, and in there should be some dll's that TestStand needs to have registered with the OS to work. I think there's also some in the windows system directory (I'm on a PC without access to TestStand at the minute)
If you can find the appropriate files, you could do a start->run...
regsvr32
an
d that would register the .dll with the OS.
If however, you can find the version of the TestStand run-time engine, you could ask here if someone would generate you an run-time engine installation set of files for that version, and then you would know that the registry is correctly setup. (There's a little more than just the registering of files to be able to do things like use MAX (Measurement and Automation Explorer) to check for NI software installed on your system.) Find one of the dll's in the bin directory, and right click it (in windows explorer) and go to properties. It should give a version like 1.0, 1.0.1, 1.0.2, 1.0.3, 2.0, 2.0.1, 2.0.1f1, 3.0 etc, possibly with some build version information after it.

If the problem isn't with a TestStand dll not being registered, then it could be that your 3rd party generated some code which also needs to be registered on the system to run.

Thanks

Sacha Emery
National Instruments (UK)
// it takes almost no time to rate an answer Smiley Wink
0 Kudos
Message 2 of 3
(2,918 Views)
Thanks for the answer.

I did not have the SW to reinstall, nor do the vendor that delivered this, so, we are developing a new tool to do the job for us.

best regards,
0 Kudos
Message 3 of 3
(2,918 Views)