I am new to developing windows form application with C#, while building a sample C# application I am facing the given error. Tried cleaning and re-building the solution. But it didn't help.
Error :
Could not copy "obj\Debug\MyApplicationName.exe" to "bin\debug\MyApplicationName.exe".Exceeded retry count of 10 failed.
Unable to copy "obj\Debug\MyApplicationName.exe" to "bin\debug\MyApplicationName.exe".The process cannot use "bin\debug\MyApplicationName.exe" because it is being used by another process.
What is the solution to this?