04-26-2018 04:15 PM
The code I have is generating a Error = 1 "Property Node in ..." when I add any For Loop. The code is retrieving an array from a dll generated with C# .net 4.0. By removing the loop, the error is eliminated. What is going on? See attached image for code diagram and front panel in error condition, notice that the loop that causes the error is not connected to anything.
04-26-2018 04:33 PM
Well, it looks like you got an Error 1 from some (unknown) Property Node in GetPickedItems. It would be nice to (a) see "up close" the Code (meaning "attach your VI"), (b) know where the Error occurs (you could place probes on the Error Line and see which Property Node is failing), (c) have you tell us what the .net reference is that you are using, and how you know that you've actually got a valid value.
Bob Schor