Visual studio 2008 error ? “LNK1104 : cannot open file ”

余生颓废 提交于 2019-12-24 15:27:32

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/7465382/visual-studio-2008-error-lnk1104-cannot-open-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!