最近在開發的一個WinForm的程式時常常出現以下的錯誤信息
‘Could not copy d:\tfsservice\sharechiwai\bin\debug\sharechiwai.dll’ to “bin\Debug\sharechiwai.dll”. Exceeded retry count of 10. Failed.‘
解決方法:
大家可以到 工具欄上 按”Build” -> “Clean Solution”
之後再按 “Build” -> “Rebuild Solution”
之後應該可以Debug 這個Project的
Hope you find it useful