Support Board
Date/Time: Sun, 24 Nov 2024 01:38:03 +0000
Post From: Kiwi Resync Study - Memory leak?
[2018-03-03 09:23:29] |
@sstfrederik - Posts: 404 |
sunny, I had similar issues with one of my custom studies for one of my clients when we were testing things. What worked for me was to always deploy a dll compiled for operational use. You can try and do the following: In the source code set: sc.FreeDLL = 0; recompile and try the new dll again. Hope this helps. Frederik |