Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 04:11:28 +0000



Post From: Binary was not built with debug information

[2019-07-29 18:25:33]
bradh - Posts: 859
it is the Same Problem, but Reinstall both (compiler and VC) do not work...

I had the same problem. This might be the answer (from Grantx Update documentation to support latest version of Visual Studio | Post: 180504)

If you installed Visual Studio before using Analysis>>Build>>Install Visual C++ Compiler, then the debugger will not work. You need to do the install first in the Sierra Chart Build menu, then install Visual Studio. The 2019 version is fine.

If this happened to you, first uninstall Visual Studio and then remove the compiler:
vc_redist.x64.exe /uninstall
You can now re-install the compiler with the build menu, and then install Visual Studio.

Visual Studio has a steep learning curve to figure out on your own. These instructions make it really easy to debug with Visual Studio: Step-By-Step ACSIL Debugging