I am trying to run a self-compiled windows application on windows 10 in powershell (with and without admin rights) which need access to a network adapter at address 192.168.200.6
so I run it as
.\my_app.exe 192.168.200.6
but I get an error
[ERROR] (10049): The requested address is not valid in its context.
I can ping that address from the powershell. I also added that app to the "public" and "private" firewall setting in "Allow an app through firewall" but I still get that error.
This question is not about programming and coding, it is about WINDOWS and what else I might configure on WINDOWS so WINDOWS allows this application to run without any further restrictions?