Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 06:13:34 +0000



Post From: Unable to update my Custom Study DLL while Sierra Chart is running?

[2020-09-14 12:02:31]
mbilyanov - Posts: 62
Hi,

I'm working on a custom study and I would like to be able to update the DLL as Sierra Chart is running. Right now, the code is very simple and I have the

sc.FreeDLL=1;

directive in there, which I suppose is designed to let me update and test my DLL on the go.

However, right now, whenever I'm trying to overwrite the current version inside the `./Data` folder, I'm getting an error indicating that the file is in use.

What is the solution to that problem? Do I really need to restart SC everytime I'm building a new DLL?

I'm using Visual Studio.