I have problems starting the application from VS2017 on Windows 10. When I start in debug mode, a pop-up window appears with the message:
An error occurred while trying to start the project: the program could not be started. '' The request is not supported.
If I run without debugging, it starts. If I run it and then join the process, it joins. If I run with administrator privileges, it is debugged (but I can not develop with administrator privileges). I am the owner of the folder where the source code is located and where the project is built.
This works like a charm on a previous Windows 7 PC.
Any idea?
source
share