NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

DLL loading error (code -17004)

When I try to run the test sequence, I receive the attached error message.

I have the proper search directory and I can find it with explorer.

What else can the problem? What should I do to run the sequence?
Thanks a lot: Adalbert
0 Kudos
Message 1 of 3
(3,684 Views)
Did you have the search path defined in the windows environment(not in the TS) for TS to find it?

If not go the control panel>System>Advanced

Select path under system variable and enter your search path.

Reboot the machine and see if it works

Thanks
Naresh
0 Kudos
Message 2 of 3
(3,684 Views)
Adalbert,

Try running your TestStand sequence with the code module specifying your DLL using an "absolute path". It may be that your DLL is not loading because in turn this DLL (DLL1.dll) is trying to call another DLL (dll2.dll) that it cannot find.

David Mc.
National Instruments
0 Kudos
Message 3 of 3
(3,684 Views)