Here: Launch C# .Net Application from C++ they say it's possible to launch a .NET application using CreateProcess
.
I can't.
Even from the command prompt (Windows 10) I can run my C# application only if I cd
to the exe folder.
I've added that folder to the PATH
env var, so my C++ application can run it without know where it actually is. But as said it doesn't run.
Trying with the command prompt it just says "This application cannot be started".
Is there something more I have to do?