04-30-2019 08:05 AM
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.
Solved! Go to Solution.
05-01-2019 08:38 AM
You need to add a search directory to the location of that file.
05-01-2019 09:14 AM
Have you put your StepType in the User file area?
05-03-2019 02:59 AM
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.