No Access Error in Visual Studio
The given below error is very common, frustrating and encountered by many Visual Studio users.
It was caused by the pdb or dll file made read only or hidden by the Visual studio itself. If you just remove those attributes from that file this error will go away. But the process is little ve
StackOverflow question
No Access to the path error look like this:
Unblock Dll Extension
A tiny helper to remove the ReadOnly and Hidden attribute from dll’s and executables which blocking the Visual Studio from building the project. Link to download
What does it do
Right click on the Error List window and click the Unblock Files menu item.
Result of the action will be shown in message box like this :
- The extension will find all the files causing the error and remove all the Read Only and Hidden attribute.
Please feel free to send the feedback, bug, or any suggestions.- Link to Download
- Link to Source