Reputation: 727
Error 1 fatal error LNK1104: cannot open file 'C:\Users\hongo\Documents\VisualStudio2008\Projects\PruebaNodosLcmasmas\Debug\PruebaNodosLcmasmas.exe' PruebaNodosLcmasmas PruebaNodosLcmasmas
This error happens in visual studio 2008 after I rebuild a solution too many times in little time.
After that, I cannot get access to the debug/release folders for up to 3 minutes and that is really "APITA" cause I need to test new changes to the code as I am programming.
Any ideas on how to fix this? I'm using Windows 7 64 bits.
thanks in advance.
Upvotes: 1
Views: 4644
Reputation: 31559
This happens when your executable is running while you compile. Close your executable. If it refuses to close, find it in task manager and close the process forcefully.
Upvotes: 2