NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

The .NET support dll could not be loaded.

Sequence Editor

 

Sequence ‘MainSequence’ in file ‘EngineIdle.seq’ could not be executed.

 

Error loading step ‘Specify Config File’ of sequence ‘MainSequence’ in file ‘EngineIdle.seq’.

Error loading step ‘Create instance of RSC Configuration’ of sequence ‘Establish Session’ in file ‘TestStand_CUTY_Interface_Sequence.seq’.

The .NET support dll could not be loaded.

This is caused by an assembly path that could not be resolved!

Error Code: -18700

Source: ‘TSAPI’

0 Kudos
Message 1 of 2
(3,338 Views)
Hi Olysys,

This error is telling us that one of the dependant assemblies needed can not be found.  The first thing you want to do is to try and run one of the TestStand .NET examples.  This will tell us if it is just a generic TestStand problem or something specific to your assembly.  The examples can be found within your TestStand directory at <TestStand>Examples\Demo\dotnet where <TestStand> is the default TestStand installation directory.  If this example does not work, then you will need to repair your install of TestStand.  If this example does work, then it is most likely a problem with the assembly that is being called.  One of the dependant assemblies must be missing.  There is a pretty good program called reflector that can be used to help determine what dependencies are missing.  Reflector can be found here.  Hope this helps!
Pat P.
Software Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,300 Views)