suddenly my visual studio express 2010 c++ stopped rebuilding my project.
When I first hit F7 the project builds and runs fine (heck, it's a hello world example).
Then I make some changes and hit F7 again, then I get:
1>LINK : fatal error LNK1168: cannot open C:\Users\username\Documents\Visual Studio 2010\Projects\console\Debug\console.exe for writing
Now the funny thing comes:
- the app is not running and it's not shown in task manager.
- going into the project directory and trying to remove it with hands comes with success but the file APPEARS AGAIN FROM NOWHERE o_O
- the system restore is disabled
- i also tried to take the ownership of the whole damn drive
- each time I delete the file it recreates itself again but sometimes it stops doing that
- if delete the file (and it recreates after that) and then I start sysinternals procmon then the file will dissapear.
- if I start procmon before - then the file keeps appearing after delete like always
OS: W7 SP1 64-bit, with latest updates
any ideas, please? google didn't help me :(
well, I actually just saved and closed the project and restarted VS Express 2013 in windows 8 and that sorted my problem.
Enable “Application Experience” service. Launch a console window and type
net start AeLookupSvc
The problem is probably that you forgot to close the program and that you instead have the program running in the background.
Find the console window where the exe file program is running, and close it by clicking the X in the upper right corner. Then try to recompile the program. In my case this solved the problem.
I know this posting is old, but I am answering for the other people like me who find this through the search engines.
I also had this same issue. My console window was no longer open, but I was able to see my application running by going to processes within task manager. The process name was the name of my application. Once I ended the process I was able to build and compile my code with no issues.
In my case, cleaning and rebuilding the project resolved the problem.
Start your program as administrator it cant rewrite your files cause your files are ine protected location on your disc.