I'm trying to debug simple scripts using visual studio and I've major issue to do it
- Install Visual studio 2019
- I open the script
- Select debug mode
- Compile the script using debug mode
- open the VC through the button
- In the VC, attach the Ninjatrader process
Here, when I did it before (few years) the script source code opens, but in my case, nothing happens if I open manually the script code and put a breakpoint, if I hit run I get System.ExecutionEngineException error
To get rid of this issue, I tried :
- remove many time VC 2019, install VC 2022, go back to 2019, many times
- Tested various Ninjatrader versions (actually 8.0.22, tested,8.028, 8.1.17), tried to remove Ninjatrader 8 in my document to get fresh installs
Could you help to resolve this issue ?
Thanks

Comment