与 asp.net 中的 obj 文件夹连接的 DLL 相关的 bin 文件夹中的错误
error in bin folder related to DLL conected with obj folder in asp.net
什么时候 运行 我的项目出现了 2 个错误,第一个是
"Error 20 Could not copy "obj\Debug\graceCommunityCare-Nov2015.dll" to
"bin\graceCommunityCare-Nov2015.dll". Exceeded retry count of 10.
Failed".
第二个是
"Error 21 Unable to copy file
"obj\Debug\graceCommunityCare-Nov2015.dll" to
"bin\graceCommunityCare-Nov2015.dll". The requested operation cannot
be performed on a file with a user-mapped section open".
我有一个带有 gracecommunity DLL
的 bin
文件夹,obj 文件夹是自动出现的,现在不包括在内。.obj 文件夹包含调试文件夹。在该文件夹中有 dll 和一些其他文件,所以请帮我解决这个问题。
附上2张图片,请检查你是否能轻松理解...
重新启动您的 Visual Studio。删除 obj 和 bin 文件夹(如果仍然无法删除 bin 和 obj 文件夹,请重新启动计算机)。
清理并重新编译解决方案。
什么时候 运行 我的项目出现了 2 个错误,第一个是
"Error 20 Could not copy "obj\Debug\graceCommunityCare-Nov2015.dll" to "bin\graceCommunityCare-Nov2015.dll". Exceeded retry count of 10. Failed".
第二个是
"Error 21 Unable to copy file "obj\Debug\graceCommunityCare-Nov2015.dll" to "bin\graceCommunityCare-Nov2015.dll". The requested operation cannot be performed on a file with a user-mapped section open".
我有一个带有 gracecommunity DLL
的 bin
文件夹,obj 文件夹是自动出现的,现在不包括在内。.obj 文件夹包含调试文件夹。在该文件夹中有 dll 和一些其他文件,所以请帮我解决这个问题。
附上2张图片,请检查你是否能轻松理解...
重新启动您的 Visual Studio。删除 obj 和 bin 文件夹(如果仍然无法删除 bin 和 obj 文件夹,请重新启动计算机)。 清理并重新编译解决方案。