01-22-2014 11:31 PM
Hello,
I use constructor node to create an instance of a .NET object,in my VI case, I noticed from windows task manager ,the memory of labview increase 5 MB after every runs,I would like to know how to release the memory after VI finished, it doesn't work if use "Close Reference" function.
Thanks.
01-23-2014 01:59 AM
Hi
You should always use Close Reference regardless of any other issues.
Can you post an example of the code (in Labview 2012 or earlier).