error MSB3027: Could not copy "xxx.dll" to "xxx.dll". Exceeded retry count of 10. Failed. 错误提示内容:

简介:

错误提示内容:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(3363,5): error MSB3027: Could not copy "obj\Debug\DBFSR.dll" to "..\BIN\DBFSR.dll". Exceeded retry count of 10. Failed.

 

这种错误是由于在一个包含类库项目的解决方案中,你在后台已经启动了这个解决方案。但当你再次重新编译这个解决方案中的一个生成可执行文件的项目,且这个项目还引用了其它的生成类库的项目。造成正在运行的.exe程序正在使用.dll,而你又要拷贝这些.dll到.exe所在的目录。

解决方案是:关闭在运行的解决方案的.exe程序即可。

没有整理与归纳的知识,一文不值!高度概括与梳理的知识,才是自己真正的知识与技能。 永远不要让自己的自由、好奇、充满创造力的想法被现实的框架所束缚,让创造力自由成长吧! 多花时间,关心他(她)人,正如别人所关心你的。理想的腾飞与实现,没有别人的支持与帮助,是万万不能的。



  本文转自wenglabs博客园博客,原文链接:http://www.cnblogs.com/arxive/p/5908140.html,如需转载请自行联系原作者


相关文章
|
6月前
|
小程序
小程序踩坑:Setting data field "xxxx" to undefined is invalid.
小程序踩坑:Setting data field "xxxx" to undefined is invalid.
96 0
JRebel-JVMTI [FATAL] Couldn‘t write to C:\Users\【完美解决方案】
JRebel-JVMTI [FATAL] Couldn‘t write to C:\Users\【完美解决方案】
JRebel-JVMTI [FATAL] Couldn‘t write to C:\Users\【完美解决方案】
|
4月前
|
Linux Windows
fatal error C1083 无法打开包括文件 “sys/time.h” No such file or directory
fatal error C1083 无法打开包括文件 “sys/time.h” No such file or directory
169 0
|
6月前
|
C++
无法将“obj\Debug\net5.0\xxx.dll”复制到“bin\Debug\net5.0\xxx.dll”。超出了重试计数 10。失败。
无法将“obj\Debug\net5.0\xxx.dll”复制到“bin\Debug\net5.0\xxx.dll”。超出了重试计数 10。失败。
45 0
|
7月前
|
API Windows
Qt-解决异常报错“QAxBase::setControl: requested control XXX could not be instantiated”
Qt-解决异常报错“QAxBase::setControl: requested control XXX could not be instantiated”
119 0
|
10月前
|
JavaScript
Cannot read properties of undefined (reading ‘push‘)“ 报错 解决方法
一.首先这个报错的大致意思就是不能读取这个push方法,顾名思义就是使用这个方法的变量不是一个数组
1128 0
|
10月前
stack around xxx is corrupted解决方法
stack around xxx is corrupted解决方法
|
内存技术 芯片
MDK st-link下载STM32程序出现Internal command error和Error:Flash download failed. Target DLL
MDK st-link下载STM32程序出现Internal command error和Error:Flash download failed. Target DLL   是因为目标板的芯片处于休眠的状态,在尝试连接目标板时候也会出现报错Internal command ...
3519 0
Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.
Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.
291 0
Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.