07-08-2013 11:53 AM
Using TestStand 3.5 with the debugging options on, I get the following debug message when exiting the
CVI Test Executive after running a program.
--------------------------------
Reference to PropertyObjects
42
4 Top Level
Type Definitions : FCParameter
Type Definitions : Expression
PropertyObject
Name : Hidden
Type : Boolean
Value : False
and the following uncategorised objects
DllParameter (FCParameter)
---------------------------------
Any ideas as to what objects I haven't released? The Test Executive has worked fine in the past but
seems to be showing this behaviour after Printing via the ReportView ActiveX Print button and then
exiting. Is this possibly a known issue with TestStand 3.5?
07-09-2013 02:44 PM
Does the problem only happen if you press the print button? Does the problem happen with a trivial sequence on a machine without any customization of the process models? The most likely explanation is that you have a code module that is not releasing a reference somewhere.
-Doug