Setting up the C# Environment

I’ve been trying to follow @Thomas_Mahon example from 11 – 13 October 2018
but a lot has changed in 4 years. At the end of page 9 I made my best guess for Start External Program but now on page ten & I’m not seeing anything that would coincide with Use Managed Combability Mode and I’ve still got another 50 pages to get through.
More than anything I’m looking for updated resources to get started, or at the very least what am I’m suppose to be looking for here? has Use Managed Combability Mode been renamed?


Looks like you’re using VS 2022, in which case that setting has been deprecated. Is debug mode actually not working or are you just trying to follow the instructions precisely?

1 Like

yeah, I was just trying to follow the directions. So, it’s safe to skip this one?

Yeah I think so. I can’t remember exactly, but I think it might throw a LoaderLock error when you first try to debug, but then you can tell it to specifically ignore that error in the future and you should be fine.

1 Like

Here’s an example of that. Just uncheck the box and continue the execution.