As the title says, how do I disable the DEP feature for a specific C# project rather than the whole of the OS? I use Visual Studio 2017
I need to use an old ActiveX Dll within the project, which requires this feature disable otherwise it will throw errors at runtime.
Note I have looked everywhere and followed every google search. My properties/options don't seem to match whats said on the internet (maybe because I'm using VS 2017??)
Thanks