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 c
You might be opened two visual studios for two different solutions. Vs-A is in Debug mode and VsB is erroring out about .pdb file access denied. So remove the debug mode from Vs-A and Rebuild Vs-B. It should work now, without errors.
Good Luck.
I started Visual studio as administrator and that worked.
After trying all the options below, the only solution was to restart the Windows 7.
I resolved it by cleaning all projects individually and then rebuilding them individually in the order of their dependency over each other
I solved it by Unchecking the Read-only CheckBox option on folder setting.than reload the solution again :)
I had the same issue and I only had to restart the visual studio. Classic move :)