Visual Studio 2008 错误?“LNK1104:无法打开文件"

Visual Studio 2008 错误?“LNK1104:无法打开文件

问题描述:

Error 1 fatal error LNK1104: cannot open file 'C:\Users\hongo\Documents\VisualStudio2008\Projects\PruebaNodosLcmasmas\Debug\PruebaNodosLcmasmas.exe'    PruebaNodosLcmasmas PruebaNodosLcmasmas

在我短时间内多次重建解决方案后,visual studio 2008 中发生此错误.

This error happens in visual studio 2008 after I rebuild a solution too many times in little time.

在那之后,我最多有 3 分钟无法访问调试/发布文件夹,这真的是APITA",因为我需要在编程时测试对代码的新更改.

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.

关于如何解决这个问题的任何想法?我使用的是 Windows 7 64 位.

Any ideas on how to fix this? I'm using Windows 7 64 bits.

提前致谢.

当你的可执行文件在编译时运行时会发生这种情况.关闭您的可执行文件.如果它拒绝关闭,在任务管理器中找到它并强行关闭进程.

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.