编程语言
首页 > 编程语言> > c#-无法在Visual Studio 2017中复制文件.exe

c#-无法在Visual Studio 2017中复制文件.exe

作者:互联网

我有一个引用.NET Framework的asp.net核心项目,并且我正在使用Visual Studio 2017 Enterprise.当我尝试构建解决方案时,遇到了以下错误:

Unable to copy file "obj\Debug\net461\MyProject.exe" to "bin\Debug\net461\MyProject.exe". 
Access to the path 'bin\Debug\net461\MyProject.exe' is denied.

即使我清理了解决方案并重新构建,我仍然会遇到此错误.

有人遇到这个错误吗?

解决方法:

转到任务管理器,寻找Microsoftvshost.exe并将其全部杀死.即使您停止调试,该exe也可以继续在后台运行.这会导致文件锁定.

标签:asp-net-core,visual-studio-2017,asp-net,c,visual-studio
来源: https://codeday.me/bug/20191025/1931509.html