Adding Python project to Solution in combination with Docker error

As the titel says, I have added a Python project to my Solution. My docker-compose file can find my Dockerfile in the Python project and all of that seems to be OK.

However, when I try to launch it all, I get the following message;

Could not copy the file "C:\Projects\sample\project.Blurring\project.Blurring.exe" because it was not found.


How can this error even occur in a default blank project? Like I get it; the exe file is not found, but why is it not generated in the first place.
Was this page helpful?