08-06-2008 04:35 AM
08-06-2008 07:28 AM
Do you have a loop where references are opened. This could be for anything like openeing a reference to a file, a datasocket, an ActiveX class, etc..
If so, is the reference being closed? Typically, you would want to open the reference before any loop, so that it is opened only once, and then closed after the loop when you no longer need it.
However, the above is only speculation because we would need to see your code to make any type of assessment.
R
08-06-2008 01:35 PM
08-06-2008 02:03 PM - edited 08-06-2008 02:03 PM
08-06-2008 02:17 PM
08-07-2008 05:01 PM
08-08-2008 03:02 AM
08-08-2008 07:06 AM
08-08-2008 08:06 AM
Since we can't look at your code I can only guess based on your clues.
Please review this known issue report about datasockets leaking memory. The posted work-around is to open once use and then close.
Ben
BTW: THe LV 6 >>> LV 8.5 DSC upgrade work is a real pain in the b$#% !
08-11-2008 01:11 PM