Login Page - Create Account

Support Board


Date/Time: Sun, 15 Jun 2025 08:27:53 +0000



Post From: How to Use Visual Studio 2022 Community to Develop Custom Studies for Sierra Chart

[2025-06-12 22:11:19]
User293778 - Posts: 28
Thank you very much @ondafridge for such an amazing guide, it is impressive and I am now very happy that I feel I can go to the next level coding for Sierra. I had never dared to dive into Visual Studio.

I had only one problem with the Release and Reload DLL step: I had to delete the path to pwsh.exe in order for it to work, so my pre and post build commands look like this: pwsh.exe -file "Release/ReloadDLL.ps1". So no path for pwsh.exe. I don't understand why it doesn't work leaving the paths in but it doesn't for me. Adding the -ExecutionPolicy Bypass command didn't make any difference either.