I am working on a C# project, but when I run my program 2nd time it starts giving below error
Severity Code Description Project File Line Suppression State Error Could not copy "obj\Debug\IsLtd.exe" to "bin\Debug\IsLtd.exe". Exceeded retry count of 10. Failed. The file is locked by: "IsLtd (4584), IsLtd (1168)"IsLtd
I have tried many things to get rid of this but unfortunately couldn't be able to resolve the problem. One temporary solution I get to know is that rename the exe file in the debug folder after every execution.