NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

What does user-defined error code: -2146828190 mean?

Jonathan,

I've done the same thing as you, but I don't get the error in VB. I think you are getting an error because you are missing the keyword "Set" in front of the statement:

y = x.Item

It should be "Set y = x.Item"

0 Kudos
Message 11 of 12
(907 Views)
Hi Ysh,
 
R&D and myself have both tried this out and included that set statement and receive the same error in the Visual Studio environment as in LabVIEW and TestStand. Therefore you will need to debug the code yourself. I would recommend googling the error and referring to some visual basic documentation.
 
Best Regards,
Jonathan N.
National Instruments
0 Kudos
Message 12 of 12
(892 Views)