I am working on asp.net 3.5 project on remote machine. I am accessing it using remote desktop. When I build the project, I get error:
Error 62 Unable to copy file "objDebugmyprojname.pdb" to "binmyprojname.pdb". Access to the path 'binmyprojname.pdb' is denied.
Project is under SVN. I deleted the objDebugmyprojname.pdb and tried to run again but getting same error. I am trying to remove thereadonly from the folder but after clicking ok, It becomes readonly again ( i guess because of SVN).
See Question&Answers more detail:os