NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Error loading Step

Solved!
Go to solution

Hi all,

I have an issue when a execute a sequence file in sequence editor.

this is the error message : 

"Error calling sequence. Error loading step 'MyStep' of sequence 'MainSequence' in file 'Sequence File.seq'. Could not find file ''.

Error Code: -17208, File or directory not found.

Source: 'TSAPI'

 

The error happens immediately after clicking on "start"

 

MyStep is a custom StepType developed by myself. It calls a .NET code module.

I can edit the sequence and Step.

 

Have you got an idea about this error?

Thanks in advance for your help.

 

0 Kudos
Message 1 of 4
(2,995 Views)

You need to add a search directory to the location of that file.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 4
(2,965 Views)

Have you put your StepType in the User file area?

Regards
Ray Farmer
0 Kudos
Message 3 of 4
(2,963 Views)
Solution
Accepted by topic author maxmont

Thanks for your help.

I found my mistake.

I set adapter as .NET but I don't have code module to call.

So, TS try to get an empty class from an empty assembly.

I set adapter as None and it's working.

 

0 Kudos
Message 4 of 4
(2,945 Views)