NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Parameter Value from C# to TestStand

Solved!
Go to solution
Solution
Accepted by IVI

Are you sure the error is happening in GetSequenceFileEx and not somewhere else in your code? If you are using the global version of the type like you've specified and it doesn't contain some properties you are expecting, your code might be trying to access properties that no longer exist. It's better to use ConflictHandler_Error or ConflictHandler_Prompt then ConflictHandler_UseGlobalTypeConflictHandler_UseGlobalType overrides the default conflict resolution behavior.

 

If you are sure that it's GetSequenceFileEx itself that is directly reporting the error, then please try to create a simple case which reproduces the problem and attach the files to this post. You likely need two files, one with the global version of the type involved and one with the types as they are in your file.

 

-Doug

Message 11 of 12
(1,107 Views)

I got it thanks 

0 Kudos
Message 12 of 12
(1,100 Views)