Error on opening .exe file

Tushar Aich 20 Reputation points
2024-09-11T06:52:06.5833333+00:00

I was building a Backend server in microsoft visual studio using crow c++ library. Everything was working fine but suddenly on trying to build project after sometime it showed error which said " cannot open .exe file " out of nowhere

Please help guys

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,693 questions
{count} votes

Accepted answer
  1. Olaf Helper 44,311 Reputation points
    2024-09-11T06:56:26.65+00:00

    You can such an error when the application was started from debug/relase bin folder and is still running; then the EXE is locked and the build process can't replace it.

    Lookup in Task Manager if the EXE is running.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.