Relative Content

Tag Archive for c#asp.net.netdockersystem.diagnostics

“No such file or directory” when trying to start a process in a docker container during application runtime

I’m unable to reference an executable (.exe) from another .csproj when running an asp.net application in a docker container when attempting to start a System.Diagnostics.Process even though the .exe is in the container’s directory but i still receive this error "An error occurred trying to start process '/ct.mediator.app/CTBot.exe' with working directory '/ct.mediator.app'. No such file or directory".