An error occurred while trying to start the project: the program could not be started. The request is not supported.

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.enter image description here

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?

+6
source share
3

" " " | | | ".

+5

. , ConEmu " " : . , .

+2

In my case, this was the result of my virus software isolating the executable file as โ€œmalware,โ€ because I used a component connected to the Internet. As soon as I listed the project folder as excluded from malware detection, everything was just fine.

0
source

Source: https://habr.com/ru/post/1673134/


All Articles