Support Board
Date/Time: Mon, 21 Apr 2025 18:46:03 +0000
Post From: How to Use Visual Studio 2022 Community to Develop Custom Studies for Sierra Chart
[2025-02-24 19:07:17] |
ondafringe - Posts: 322 |
@stinky I haven't experienced that error, so not sure what caused it. Set a break point on another line of code that is not contained within an if-construct to see if you get the same error. You might click on "Ask CoPilot" to see if anything helps; otherwise, you might try asking GPT, or search Google for that error message. If this is an existing study you brought over to VS, you might also try removing that study from the chart, close SC, go to the SC Data folder and delete that study's .dll and its associated files (.exp .lib .pdb), including the _64.dll file and its associated files (_64.exp _64.lib _64.pdb) (assuming they exist) for that study, just to be certain you are starting off clean. Restart SC, re-add the study to the chart, rebuild the solution in VS, and see if that helps. Date Time Of Last Edit: 2025-02-24 20:00:12
|