Visual studio 2008 error ? "LNK1104 : cannot open file "
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 开发者_如何学JAVAmany 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.
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.
精彩评论