Unable to copy file – access to the path is denied

I am using Visual Studio 2005. After taking code from version control first, the c#.net application runs correctly. But, after doing some modifications, when I build I am getting the following error: Error 383 Unable to copy file “..\root\leaf\Bin\Debug\test.Resources.xml” to “Bin\Debug\test.Resources.xml”. Access to the path ‘Bin\Debug\test.Resources.xml’ is denied. li.rollmodel Does anybody know why this issue … Read more