0

我在 VS2010 中为将输出 *.dll 文件复制到另一个地方的项目创建了一个构建后事件,在第一次构建尝试时它构建没有错误,但是当我再次尝试时,它失败并出现错误-代码 1 ->could not load file, because it's used by another process

构建后命令:

copy /Y "$(TargetDir)$(ProjectName).dll" "$(TargetDir)\..\..\..\LanguageContainerC111\bin\output_buildtasks\$(ProjectName).dll"

我该如何解决这个问题?第一个项目(生成 .dll 的地方)没有依赖项,需要 dll 的第二个项目的依赖项设置为第一个项目,那么为什么命令会失败?

4

0 回答 0