NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 17004. Trying to load a dll on remote machine

Hi,

 

I am trying to control a network simulator using a dll that is in a remote PC.

I run into this error 17004

 

I gave in C/C++ Module Path: \\<PC Name>\C\MX847010\Remote Library\RmtSvcLib.dll (this is accessible from the PC with test stand)

I also added \\<PC Name>\C\MX847010 in Search Directories

 

Has anyone faced this before?

 

Module for Step 'Open MNS' not Loadable. Could not load DLL or external library '\<PC Name>\C\MX847010\Remote Library\RmtSvcLib.dll'.

This DLL requires the following DLLs which could not be found or loaded:

MFC70.DLL (Not Found)

MSVCR70.dll (Not Found)

MSVCP70.dll (Not Found)

File        :

C:\Users\user\Desktop\Anritsu_testStandproto\MNS_500_IRAT_HO.seq

Location    :

Seq["MainSequence"].Main["Open MNS"].TS.SData

Rule        :

Code modules must be able to load

Description :

TestStand must be able to load all code modules without error. TestStand reports errors at run time when it

fails to load a code module.  Correct this problem by editing the step in the sequence editor.





0 Kudos
Message 1 of 3
(3,305 Views)

It sounds like you are missing the dependencies that the DLL requires.  You need to have them installed on your computer.

0 Kudos
Message 2 of 3
(3,303 Views)

These look like Microsoft MFC files and I have Visual Studio already installed on my PC.

0 Kudos
Message 3 of 3
(3,301 Views)