【发布时间】:2013-10-02 15:51:18
【问题描述】:
我一直在 VS.NET 2010 中调试,没有问题。但现在无法构建。我得到了错误:
Unable to copy file [filename] to bin\Debug\[filename]. The process cannot access the file bin\Debug\[filename] because it is being used by another process.
我收到六个不同文件的此错误。我已经重新启动了 VS.NET 2010,但仍然出现错误。在不重启机器的情况下,有谁知道如何解决这个问题?
【问题讨论】:
-
您的代码库是否可能在 DropBox 或持续备份的文件系统中?
-
不。我没有使用其中任何一个。
标签: c# .net visual-studio-2010