Ray,
Compiling the TestStand directory does not appear to be a proper cure for the problem. I found myself recompiling the TS directory every time I rebuilt the deployment installation or I would continue to get the error even without any changes to any VIs or sequences (mine or NIs). I started a new build from scratch, and from this build I get the same error, but now mass compiling does nothing!
I started playing around with the distributed files to see if i could track down a sequence or VI that could be causing the problem and found something odd:
1) Imagine I have sequence Test.seq calling A.vi, B.vi, C.vi, D.vi, E.vi
2) Let's say I run into that error when I include all of those VIs
3) When I remove say, B.vi and C.vi, the error dissappears
4) When I look into B.vi & C.vi I noticed that the VIs have a subVI that calls "Invoke Node" which takes a reference from the Sequence Context.
5) Here's the catch: When I make a new build with a sequence calling B.vi & C.vi, I get no error!
Any suggestions on how to tackle this problem?
Thanks for your time!
-John